#B8C272

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

Shades of Pine Glade #B8C272

Tints of Pine Glade #B8C272

Color information

#B8C272 (or 0xB8C272) is unknown color: approx Pine Glade. HEX triplet: B8, C2 and 72. RGB value is (184,194,114). Sum of RGB (Red+Green+Blue) = 184+194+114=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C272 is #473D8D. Grayscale: #B6B6B6. Windows color (decimal): -4668814 or 7520952. OLE color: 7520952.

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

Color convert

RGB184194114-
CMYK0.0500.410.24
HSL67.5º39.6%60.39%-
HSV(B)67.5º41.24%76.08%-
XYZ42.149.9923.35-
YUV181.8989.69129.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.40%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=37.40%
G=39.43%
B=23.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841941140.0500.410.2467.539.660.39
HexB8C27250291844283c
Octal2703021625051301045074
Binary101110001100001011100101010101001110001000100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C272; }

 p { color: rgb(184,194,114); }

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

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

 a { background-color: rgb(184,194,114); }

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

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

 span { border-color: rgb(184,194,114); }

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