Html Css Color HEX #B0B59F Green Spring

📋 copy color: '#B0B59F'

red 176 ◦ green 181 ◦ blue 159

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

Shades of Green Spring #B0B59F

Tints of Green Spring #B0B59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.81%

R = 34.11%
G = 35.08%
B = 30.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B0B59F (or 0xB0B59F) is known color: Green Spring. HEX triplet: B0, B5 and 9F. RGB value is (176,181,159). Sum of RGB (Red+Green+Blue) = 176+181+159=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B59F is #4F4A60. Grayscale: #B1B1B1. Windows color (decimal): -5196385 or 10466736. OLE color: 10466736.

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

Color convert

RGB 176 181 159 -
CMYK 0.03 0 0.12 0.29
HSL 73.64º 0.13% 0.67% -
HSV(B) 73.64º 0.12% 0.71% -
XYZ 40.69 44.78 39.3 -
YUV 177 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 176 181 159 0.03 0 0.12 0.29 73.64 0.13 0.67
Hex B0 B5 9F 3 0 C 1D 4A D 43
Octal 260 265 237 3 0 14 35 112 15 103
Binary 10110000 10110101 10011111 11 0 1100 11101 1001010 1101 1000011

Color Harmonies of #B0B59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B59F

Black with #B0B59F

Text Example


Text Example

White with #B0B59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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