#B8BE75

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

Shades of Pine Glade #B8BE75

Tints of Pine Glade #B8BE75

Color information

#B8BE75 (or 0xB8BE75) is unknown color: approx Pine Glade. HEX triplet: B8, BE and 75. RGB value is (184,190,117). Sum of RGB (Red+Green+Blue) = 184+190+117=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BE75 is #47418A. Grayscale: #B4B4B4. Windows color (decimal): -4669835 or 7716536. OLE color: 7716536.

HSL color Cylindrical-coordinate representation of color #B8BE75: hue angle of 64.93º 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 #B8BE75 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB184190117-
CMYK0.0300.380.25
HSL64.93º35.96%60.2%-
HSV(B)64.93º38.42%74.51%-
XYZ41.3948.323.97-
YUV179.8892.51130.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=37.47%
G=38.70%
B=23.83%

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
Decimal1841901170.0300.380.2564.9335.9660.2
HexB8BE7530261941243c
Octal2702761653046311014474
Binary10111000101111101110101110100110110011000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BE75; }

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

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

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

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

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

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

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

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