#B6BF73

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

Shades of Pine Glade #B6BF73

Tints of Pine Glade #B6BF73

Color information

#B6BF73 (or 0xB6BF73) is unknown color: approx Pine Glade. HEX triplet: B6, BF and 73. RGB value is (182,191,115). Sum of RGB (Red+Green+Blue) = 182+191+115=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BF73 is #49408C. Grayscale: #B3B3B3. Windows color (decimal): -4800653 or 7585718. OLE color: 7585718.

HSL color Cylindrical-coordinate representation of color #B6BF73: hue angle of 67.11º degrees, saturation: 0.37, 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 #B6BF73 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB182191115-
CMYK0.0500.400.25
HSL67.11º37.25%60%-
HSV(B)67.11º39.79%74.9%-
XYZ41.0248.4423.41-
YUV179.6491.52129.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=37.30%
G=39.14%
B=23.57%

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
Decimal1821911150.0500.400.2567.1137.2560
HexB6BF7350281943253c
Octal2662771635050311034574
Binary101101101011111111100111010101000110011000011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF73; }

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

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

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

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

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

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

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

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