Html Css Color HEX #B0B99C Green Spring

📋 copy color: '#B0B99C'

red 176 ◦ green 185 ◦ blue 156

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

Shades of Green Spring #B0B99C

Tints of Green Spring #B0B99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.78%

 BLUE value IS 156 (61.33% from 255) = 30.17%

R = 34.04%
G = 35.78%
B = 30.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B0B99C (or 0xB0B99C) is known color: Green Spring. HEX triplet: B0, B9 and 9C. RGB value is (176,185,156). Sum of RGB (Red+Green+Blue) = 176+185+156=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B99C is #4F4663. Grayscale: #B3B3B3. Windows color (decimal): -5195364 or 10271152. OLE color: 10271152.

HSL color Cylindrical-coordinate representation of color #B0B99C: hue angle of 78.62º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0B99C is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 185 156 -
CMYK 0.05 0 0.16 0.27
HSL 78.62º 0.17% 0.67% -
HSV(B) 78.62º 0.16% 0.73% -
XYZ 41.25 46.33 38.22 -
YUV 179 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 176 185 156 0.05 0 0.16 0.27 78.62 0.17 0.67
Hex B0 B9 9C 5 0 10 1B 4F 11 43
Octal 260 271 234 5 0 20 33 117 21 103
Binary 10110000 10111001 10011100 101 0 10000 11011 1001111 10001 1000011

Color Harmonies of #B0B99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B99C

Black with #B0B99C

Text Example


Text Example

White with #B0B99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B99C; }

 p { color: rgb(176,185,156); }

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

background-color css

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

 a { background-color: rgb(176,185,156); }

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

border-color css

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

 span { border-color: rgb(176,185,156); }

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