#B8C070

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

Shades of Pine Glade #B8C070

Tints of Pine Glade #B8C070

Color information

#B8C070 (or 0xB8C070) is unknown color: approx Pine Glade. HEX triplet: B8, C0 and 70. RGB value is (184,192,112). Sum of RGB (Red+Green+Blue) = 184+192+112=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C070 is #473F8F. Grayscale: #B4B4B4. Windows color (decimal): -4669328 or 7389368. OLE color: 7389368.

HSL color Cylindrical-coordinate representation of color #B8C070: hue angle of 66º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8C070 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB184192112-
CMYK0.0400.420.25
HSL66º38.83%59.61%-
HSV(B)66º41.67%75.29%-
XYZ41.5449.0622.61-
YUV180.4989.35130.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=37.70%
G=39.34%
B=22.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841921120.0400.420.256638.8359.61
HexB8C070402A1942273c
Octal2703001604052311024774
Binary101110001100000011100001000101010110011000010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C070; }

 p { color: rgb(184,192,112); }

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

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

 a { background-color: rgb(184,192,112); }

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

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

 span { border-color: rgb(184,192,112); }

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