#B5C370

Color #B5C370 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B5C370

Tints of Pine Glade #B5C370

Color information

#B5C370 (or 0xB5C370) is unknown color: approx Pine Glade. HEX triplet: B5, C3 and 70. RGB value is (181,195,112). Sum of RGB (Red+Green+Blue) = 181+195+112=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C370 is #4A3C8F. Grayscale: #B5B5B5. Windows color (decimal): -4865168 or 7390133. OLE color: 7390133.

HSL color Cylindrical-coordinate representation of color #B5C370: hue angle of 70.12º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5C370 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB181195112-
CMYK0.0700.430.24
HSL70.12º40.89%60.2%-
HSV(B)70.12º42.56%76.47%-
XYZ41.550.0222.8-
YUV181.3588.86127.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=37.09%
G=39.96%
B=22.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811951120.0700.430.2470.1240.8960.2
HexB5C370702B1846293c
Octal2653031607053301065174
Binary101101011100001111100001110101011110001000110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C370; }

 p { color: rgb(181,195,112); }

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

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

 a { background-color: rgb(181,195,112); }

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

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

 span { border-color: rgb(181,195,112); }

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