#B6BE70

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

Shades of Pine Glade #B6BE70

Tints of Pine Glade #B6BE70

Color information

#B6BE70 (or 0xB6BE70) is unknown color: approx Pine Glade. HEX triplet: B6, BE and 70. RGB value is (182,190,112). Sum of RGB (Red+Green+Blue) = 182+190+112=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BE70 is #49418F. Grayscale: #B3B3B3. Windows color (decimal): -4800912 or 7388854. OLE color: 7388854.

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

Color convert

RGB182190112-
CMYK0.0400.410.25
HSL66.15º37.5%59.22%-
HSV(B)66.15º41.05%74.51%-
XYZ40.6347.9422.44-
YUV178.7290.35130.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=37.60%
G=39.26%
B=23.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901120.0400.410.2566.1537.559.22
HexB6BE7040291942263b
Octal2662761604051311024673
Binary101101101011111011100001000101001110011000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE70; }

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

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

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

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

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

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

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

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