#B0B594

Color #B0B594 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #B0B594

Tints of Green Spring #B0B594

Color information

#B0B594 (or 0xB0B594) is unknown color: approx Green Spring. HEX triplet: B0, B5 and 94. RGB value is (176,181,148). Sum of RGB (Red+Green+Blue) = 176+181+148=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B594 is #4F4A6B. Grayscale: #AFAFAF. Windows color (decimal): -5196396 or 9745840. OLE color: 9745840.

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

Color convert

RGB176181148-
CMYK0.0300.180.29
HSL69.09º18.23%64.51%-
HSV(B)69.09º18.23%70.98%-
XYZ39.7744.4234.49-
YUV175.74112.34128.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 181 (71.09% from 255) = 35.84%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=34.85%
G=35.84%
B=29.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811480.0300.180.2969.0918.2364.51
HexB0B59430121D451241
Octal26026522430223510522101
Binary10110000101101011001010011010010111011000101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B594; }

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

 H1.HeaderClassName
 {
   color: #B0B594;
 }
 .AnyTagClassName
 {
   color: #B0B594;
 }
</style>
background-color css

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

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

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

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

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

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