Html Css Color HEX #B0B599 Green Spring

📋 copy color: '#B0B599'

red 176 ◦ green 181 ◦ blue 153

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

Shades of Green Spring #B0B599

Tints of Green Spring #B0B599

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.49%

 BLUE value IS 153 (60.16% from 255) = 30%

R = 34.51%
G = 35.49%
B = 30%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B0B599 (or 0xB0B599) is known color: Green Spring. HEX triplet: B0, B5 and 99. RGB value is (176,181,153). Sum of RGB (Red+Green+Blue) = 176+181+153=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B599 is #4F4A66. Grayscale: #B0B0B0. Windows color (decimal): -5196391 or 10073520. OLE color: 10073520.

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

Color convert

RGB 176 181 153 -
CMYK 0.03 0 0.15 0.29
HSL 70.71º 0.16% 0.65% -
HSV(B) 70.71º 0.15% 0.71% -
XYZ 40.18 44.58 36.62 -
YUV 176.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 176 181 153 0.03 0 0.15 0.29 70.71 0.16 0.65
Hex B0 B5 99 3 0 F 1D 47 10 41
Octal 260 265 231 3 0 17 35 107 20 101
Binary 10110000 10110101 10011001 11 0 1111 11101 1000111 10000 1000001

Color Harmonies of #B0B599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B599

Black with #B0B599

Text Example


Text Example

White with #B0B599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B599; }

 p { color: rgb(176,181,153); }

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

background-color css

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

 a { background-color: rgb(176,181,153); }

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

border-color css

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

 span { border-color: rgb(176,181,153); }

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