Html Css Color HEX #B0B99D Green Spring

📋 copy color: '#B0B99D'

red 176 ◦ green 185 ◦ blue 157

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

Shades of Green Spring #B0B99D

Tints of Green Spring #B0B99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.31%

R = 33.98%
G = 35.71%
B = 30.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B0B99D (or 0xB0B99D) is known color: Green Spring. HEX triplet: B0, B9 and 9D. RGB value is (176,185,157). Sum of RGB (Red+Green+Blue) = 176+185+157=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B99D is #4F4662. Grayscale: #B3B3B3. Windows color (decimal): -5195363 or 10336688. OLE color: 10336688.

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

Color convert

RGB 176 185 157 -
CMYK 0.05 0 0.15 0.27
HSL 79.29º 0.17% 0.67% -
HSV(B) 79.29º 0.15% 0.73% -
XYZ 41.34 46.36 38.67 -
YUV 179.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 176 185 157 0.05 0 0.15 0.27 79.29 0.17 0.67
Hex B0 B9 9D 5 0 F 1B 4F 11 43
Octal 260 271 235 5 0 17 33 117 21 103
Binary 10110000 10111001 10011101 101 0 1111 11011 1001111 10001 1000011

Color Harmonies of #B0B99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B99D

Black with #B0B99D

Text Example


Text Example

White with #B0B99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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