#B3BF74

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

Shades of Pine Glade #B3BF74

Tints of Pine Glade #B3BF74

Color information

#B3BF74 (or 0xB3BF74) is unknown color: approx Pine Glade. HEX triplet: B3, BF and 74. RGB value is (179,191,116). Sum of RGB (Red+Green+Blue) = 179+191+116=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BF74 is #4C408B. Grayscale: #B3B3B3. Windows color (decimal): -4997260 or 7651251. OLE color: 7651251.

HSL color Cylindrical-coordinate representation of color #B3BF74: hue angle of 69.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3BF74 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB179191116-
CMYK0.0600.390.25
HSL69.6º36.95%60.2%-
HSV(B)69.6º39.27%74.9%-
XYZ40.3748.1123.68-
YUV178.8692.52128.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=36.83%
G=39.30%
B=23.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911160.0600.390.2569.636.9560.2
HexB3BF7460271946253c
Octal2632771646047311064574
Binary101100111011111111101001100100111110011000110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF74; }

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

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

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

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

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

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

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

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