#B8BE70

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

Shades of Pine Glade #B8BE70

Tints of Pine Glade #B8BE70

Color information

#B8BE70 (or 0xB8BE70) is unknown color: approx Pine Glade. HEX triplet: B8, BE and 70. RGB value is (184,190,112). Sum of RGB (Red+Green+Blue) = 184+190+112=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BE70 is #47418F. Grayscale: #B3B3B3. Windows color (decimal): -4669840 or 7388856. OLE color: 7388856.

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

Color convert

RGB184190112-
CMYK0.0300.410.25
HSL64.62º37.5%59.22%-
HSV(B)64.62º41.05%74.51%-
XYZ41.1148.1922.46-
YUV179.3190.01131.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 112 (44.14% from 255) = 23.05%
R=37.86%
G=39.09%
B=23.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841901120.0300.410.2564.6237.559.22
HexB8BE7030291941263b
Octal2702761603051311014673
Binary10111000101111101110000110101001110011000001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BE70; }

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

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

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

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

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

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

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

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