#B8C078

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

Shades of Pine Glade #B8C078

Tints of Pine Glade #B8C078

Color information

#B8C078 (or 0xB8C078) is unknown color: approx Pine Glade. HEX triplet: B8, C0 and 78. RGB value is (184,192,120). Sum of RGB (Red+Green+Blue) = 184+192+120=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C078 is #473F87. Grayscale: #B5B5B5. Windows color (decimal): -4669320 or 7913656. OLE color: 7913656.

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

Color convert

RGB184192120-
CMYK0.0400.380.25
HSL66.67º36.36%61.18%-
HSV(B)66.67º37.5%75.29%-
XYZ42.0149.2525.06-
YUV181.493.35129.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 192 (75.39% from 255) = 38.71%
BLUE value IS 120 (47.27% from 255) = 24.19%
R=37.10%
G=38.71%
B=24.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841921200.0400.380.2566.6736.3661.18
HexB8C07840261943243d
Octal2703001704046311034475
Binary101110001100000011110001000100110110011000011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C078; }

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

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

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

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

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

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

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

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