#B8C37C

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

Shades of Pine Glade #B8C37C

Tints of Pine Glade #B8C37C

Color information

#B8C37C (or 0xB8C37C) is unknown color: approx Pine Glade. HEX triplet: B8, C3 and 7C. RGB value is (184,195,124). Sum of RGB (Red+Green+Blue) = 184+195+124=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C37C is #473C83. Grayscale: #B7B7B7. Windows color (decimal): -4668548 or 8176568. OLE color: 8176568.

HSL color Cylindrical-coordinate representation of color #B8C37C: hue angle of 69.3º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8C37C is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB184195124-
CMYK0.0600.360.24
HSL69.3º37.17%62.55%-
HSV(B)69.3º36.41%76.47%-
XYZ42.9250.6826.59-
YUV183.6294.36128.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 195 (76.56% from 255) = 38.77%
BLUE value IS 124 (48.83% from 255) = 24.65%
R=36.58%
G=38.77%
B=24.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841951240.0600.360.2469.337.1762.55
HexB8C37C60241845253f
Octal2703031746044301054577
Binary101110001100001111111001100100100110001000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C37C; }

 p { color: rgb(184,195,124); }

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

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

 a { background-color: rgb(184,195,124); }

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

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

 span { border-color: rgb(184,195,124); }

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