#B8C382

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

Shades of Pine Glade #B8C382

Tints of Pine Glade #B8C382

Color information

#B8C382 (or 0xB8C382) is unknown color: approx Pine Glade. HEX triplet: B8, C3 and 82. RGB value is (184,195,130). Sum of RGB (Red+Green+Blue) = 184+195+130=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C382 is #473C7D. Grayscale: #B8B8B8. Windows color (decimal): -4668542 or 8569784. OLE color: 8569784.

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

Color convert

RGB184195130-
CMYK0.0600.330.24
HSL70.15º35.14%63.73%-
HSV(B)70.15º33.33%76.47%-
XYZ43.3150.8328.65-
YUV184.397.36127.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.15%
GREEN value IS 195 (76.56% from 255) = 38.31%
BLUE value IS 130 (51.17% from 255) = 25.54%
R=36.15%
G=38.31%
B=25.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841951300.0600.330.2470.1535.1463.73
HexB8C382602118462340
Octal27030320260413010643100
Binary10111000110000111000001011001000011100010001101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C382; }

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

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

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

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

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

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

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

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