#B3BF72

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

Shades of Pine Glade #B3BF72

Tints of Pine Glade #B3BF72

Color information

#B3BF72 (or 0xB3BF72) is unknown color: approx Pine Glade. HEX triplet: B3, BF and 72. RGB value is (179,191,114). Sum of RGB (Red+Green+Blue) = 179+191+114=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BF72 is #4C408D. Grayscale: #B2B2B2. Windows color (decimal): -4997262 or 7520179. OLE color: 7520179.

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

Color convert

RGB179191114-
CMYK0.0600.400.25
HSL69.35º37.56%59.8%-
HSV(B)69.35º40.31%74.9%-
XYZ40.2648.0623.07-
YUV178.6391.52128.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=36.98%
G=39.46%
B=23.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911140.0600.400.2569.3537.5659.8
HexB3BF7260281945263c
Octal2632771626050311054674
Binary101100111011111111100101100101000110011000101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF72; }

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

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

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

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

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

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

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

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