#B8BE76

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

Shades of Pine Glade #B8BE76

Tints of Pine Glade #B8BE76

Color information

#B8BE76 (or 0xB8BE76) is unknown color: approx Pine Glade. HEX triplet: B8, BE and 76. RGB value is (184,190,118). Sum of RGB (Red+Green+Blue) = 184+190+118=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BE76 is #474189. Grayscale: #B4B4B4. Windows color (decimal): -4669834 or 7782072. OLE color: 7782072.

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

Color convert

RGB184190118-
CMYK0.0300.380.25
HSL65º35.64%60.39%-
HSV(B)65º37.89%74.51%-
XYZ41.4548.3324.28-
YUV18093.01130.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.40%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=37.40%
G=38.62%
B=23.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841901180.0300.380.256535.6460.39
HexB8BE7630261941243c
Octal2702761663046311014474
Binary10111000101111101110110110100110110011000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BE76; }

 p { color: rgb(184,190,118); }

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

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

 a { background-color: rgb(184,190,118); }

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

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

 span { border-color: rgb(184,190,118); }

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