#B8C07D

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

Shades of Pine Glade #B8C07D

Tints of Pine Glade #B8C07D

Color information

#B8C07D (or 0xB8C07D) is unknown color: approx Pine Glade. HEX triplet: B8, C0 and 7D. RGB value is (184,192,125). Sum of RGB (Red+Green+Blue) = 184+192+125=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C07D is #473F82. Grayscale: #B6B6B6. Windows color (decimal): -4669315 or 8241336. OLE color: 8241336.

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

Color convert

RGB184192125-
CMYK0.0400.350.25
HSL67.16º34.72%62.16%-
HSV(B)67.16º34.9%75.29%-
XYZ42.3249.3726.7-
YUV181.9795.85129.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 125 (49.22% from 255) = 24.95%
R=36.73%
G=38.32%
B=24.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841921250.0400.350.2567.1634.7262.16
HexB8C07D40231943233e
Octal2703001754043311034376
Binary101110001100000011111011000100011110011000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C07D; }

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

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

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

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

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

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

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

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