#B6BF72

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

Shades of Pine Glade #B6BF72

Tints of Pine Glade #B6BF72

Color information

#B6BF72 (or 0xB6BF72) is unknown color: approx Pine Glade. HEX triplet: B6, BF and 72. RGB value is (182,191,114). Sum of RGB (Red+Green+Blue) = 182+191+114=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BF72 is #49408D. Grayscale: #B3B3B3. Windows color (decimal): -4800654 or 7520182. OLE color: 7520182.

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

Color convert

RGB182191114-
CMYK0.0500.400.25
HSL67.01º37.56%59.8%-
HSV(B)67.01º40.31%74.9%-
XYZ40.9648.4223.11-
YUV179.5391.02129.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=37.37%
G=39.22%
B=23.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821911140.0500.400.2567.0137.5659.8
HexB6BF7250281943263c
Octal2662771625050311034674
Binary101101101011111111100101010101000110011000011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF72; }

 p { color: rgb(182,191,114); }

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

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

 a { background-color: rgb(182,191,114); }

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

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

 span { border-color: rgb(182,191,114); }

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