Html Css Color HEX #B0B59B Green Spring

📋 copy color: '#B0B59B'

red 176 ◦ green 181 ◦ blue 155

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

Shades of Green Spring #B0B59B

Tints of Green Spring #B0B59B

RGB

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

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

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

R = 34.38%
G = 35.35%
B = 30.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B0B59B (or 0xB0B59B) is known color: Green Spring. HEX triplet: B0, B5 and 9B. RGB value is (176,181,155). Sum of RGB (Red+Green+Blue) = 176+181+155=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B59B is #4F4A64. Grayscale: #B0B0B0. Windows color (decimal): -5196389 or 10204592. OLE color: 10204592.

HSL color Cylindrical-coordinate representation of color #B0B59B: hue angle of 71.54º degrees, saturation: 0.15, 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 #B0B59B is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 155 -
CMYK 0.03 0 0.14 0.29
HSL 71.54º 0.15% 0.66% -
HSV(B) 71.54º 0.14% 0.71% -
XYZ 40.34 44.64 37.5 -
YUV 176.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 176 181 155 0.03 0 0.14 0.29 71.54 0.15 0.66
Hex B0 B5 9B 3 0 E 1D 48 F 42
Octal 260 265 233 3 0 16 35 110 17 102
Binary 10110000 10110101 10011011 11 0 1110 11101 1001000 1111 1000010

Color Harmonies of #B0B59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B59B

Black with #B0B59B

Text Example


Text Example

White with #B0B59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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