Html Css Color HEX #B0B49B Green Spring

📋 copy color: '#B0B49B'

red 176 ◦ green 180 ◦ blue 155

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

Shades of Green Spring #B0B49B

Tints of Green Spring #B0B49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.33%

R = 34.44%
G = 35.23%
B = 30.33%

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

#B0B49B (or 0xB0B49B) is known color: Green Spring. HEX triplet: B0, B4 and 9B. RGB value is (176,180,155). Sum of RGB (Red+Green+Blue) = 176+180+155=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B49B is #4F4B64. Grayscale: #B0B0B0. Windows color (decimal): -5196645 or 10204336. OLE color: 10204336.

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

Color convert

RGB 176 180 155 -
CMYK 0.02 0 0.14 0.29
HSL 69.6º 0.14% 0.66% -
HSV(B) 69.6º 0.14% 0.71% -
XYZ 40.14 44.24 37.43 -
YUV 175.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 176 180 155 0.02 0 0.14 0.29 69.6 0.14 0.66
Hex B0 B4 9B 2 0 E 1D 46 E 42
Octal 260 264 233 2 0 16 35 106 16 102
Binary 10110000 10110100 10011011 10 0 1110 11101 1000110 1110 1000010

Color Harmonies of #B0B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B49B

Black with #B0B49B

Text Example


Text Example

White with #B0B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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