#B3BC75

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

Shades of Pine Glade #B3BC75

Tints of Pine Glade #B3BC75

Color information

#B3BC75 (or 0xB3BC75) is unknown color: approx Pine Glade. HEX triplet: B3, BC and 75. RGB value is (179,188,117). Sum of RGB (Red+Green+Blue) = 179+188+117=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC75 is #4C438A. Grayscale: #B1B1B1. Windows color (decimal): -4998027 or 7716019. OLE color: 7716019.

HSL color Cylindrical-coordinate representation of color #B3BC75: hue angle of 67.61º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3BC75 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB179188117-
CMYK0.0500.380.26
HSL67.61º34.63%59.8%-
HSV(B)67.61º37.77%73.73%-
XYZ39.7846.8323.77-
YUV177.2294.02129.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 188 (73.83% from 255) = 38.84%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=36.98%
G=38.84%
B=24.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881170.0500.380.2667.6134.6359.8
HexB3BC7550261A44233c
Octal2632741655046321044374
Binary101100111011110011101011010100110110101000100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC75; }

 p { color: rgb(179,188,117); }

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

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

 a { background-color: rgb(179,188,117); }

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

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

 span { border-color: rgb(179,188,117); }

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