#B8C875

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

Shades of Pine Glade #B8C875

Tints of Pine Glade #B8C875

Color information

#B8C875 (or 0xB8C875) is unknown color: approx Pine Glade. HEX triplet: B8, C8 and 75. RGB value is (184,200,117). Sum of RGB (Red+Green+Blue) = 184+200+117=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C875 is #47378A. Grayscale: #BABABA. Windows color (decimal): -4667275 or 7719096. OLE color: 7719096.

HSL color Cylindrical-coordinate representation of color #B8C875: hue angle of 71.57º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8C875 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB184200117-
CMYK0.0800.420.22
HSL71.57º43.01%62.16%-
HSV(B)71.57º41.5%78.43%-
XYZ43.6352.7824.72-
YUV185.7589.2126.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=36.73%
G=39.92%
B=23.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1842001170.0800.420.2271.5743.0162.16
HexB8C875802A16482b3e
Octal27031016510052261105376
Binary1011100011001000111010110000101010101101001000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C875; }

 p { color: rgb(184,200,117); }

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

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

 a { background-color: rgb(184,200,117); }

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

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

 span { border-color: rgb(184,200,117); }

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