#B3BB74

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

Shades of Pine Glade #B3BB74

Tints of Pine Glade #B3BB74

Color information

#B3BB74 (or 0xB3BB74) is unknown color: approx Pine Glade. HEX triplet: B3, BB and 74. RGB value is (179,187,116). Sum of RGB (Red+Green+Blue) = 179+187+116=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BB74 is #4C448B. Grayscale: #B0B0B0. Windows color (decimal): -4998284 or 7650227. OLE color: 7650227.

HSL color Cylindrical-coordinate representation of color #B3BB74: hue angle of 66.76º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3BB74 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB179187116-
CMYK0.0400.380.27
HSL66.76º34.3%59.41%-
HSV(B)66.76º37.97%73.33%-
XYZ39.5146.3923.39-
YUV176.5193.85129.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=37.14%
G=38.80%
B=24.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791871160.0400.380.2766.7634.359.41
HexB3BB7440261B43223b
Octal2632731644046331034273
Binary101100111011101111101001000100110110111000011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BB74; }

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

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

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

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

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

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

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

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