Html Css Color HEX #B0B49A Green Spring

📋 copy color: '#B0B49A'

red 176 ◦ green 180 ◦ blue 154

#B0B49A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Spring #B0B49A

Tints of Green Spring #B0B49A

RGB

 RED value IS 176 (69.14% from 255) = 34.51%

 GREEN value IS 180 (70.7% from 255) = 35.29%

 BLUE value IS 154 (60.55% from 255) = 30.2%

R = 34.51%
G = 35.29%
B = 30.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0B49A (or 0xB0B49A) is known color: Green Spring. HEX triplet: B0, B4 and 9A. RGB value is (176,180,154). Sum of RGB (Red+Green+Blue) = 176+180+154=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B49A is #4F4B65. Grayscale: #AFAFAF. Windows color (decimal): -5196646 or 10138800. OLE color: 10138800.

HSL color Cylindrical-coordinate representation of color #B0B49A: hue angle of 69.23º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0B49A is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 180 154 -
CMYK 0.02 0 0.14 0.29
HSL 69.23º 0.15% 0.65% -
HSV(B) 69.23º 0.14% 0.71% -
XYZ 40.06 44.21 36.99 -
YUV 175.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 176 180 154 0.02 0 0.14 0.29 69.23 0.15 0.65
Hex B0 B4 9A 2 0 E 1D 45 F 41
Octal 260 264 232 2 0 16 35 105 17 101
Binary 10110000 10110100 10011010 10 0 1110 11101 1000101 1111 1000001

Color Harmonies of #B0B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B49A

Black with #B0B49A

Text Example


Text Example

White with #B0B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B49A; }

 p { color: rgb(176,180,154); }

 H1.HeaderClassName
 {
   color: #B0B49A;
 }
 .AnyTagClassName
 {
   color: #B0B49A;
 }
</style>

background-color css

<style>
 a { background-color: #B0B49A; }

 a { background-color: rgb(176,180,154); }

 div.DivClassName
 {
   background-color: #B0B49A;
 }
 .BgClassName
 {
   background-color: #B0B49A;
 }
</style>

border-color css

<style>
 span { border-color: #B0B49A; }

 span { border-color: rgb(176,180,154); }

 td.TdClassName
 {
   border-color: #B0B49A;
 }
 .TagClassName
 {
   border-color: #B0B49A;
 }
</style>