#B3BF75

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

Shades of Pine Glade #B3BF75

Tints of Pine Glade #B3BF75

Color information

#B3BF75 (or 0xB3BF75) is unknown color: approx Pine Glade. HEX triplet: B3, BF and 75. RGB value is (179,191,117). Sum of RGB (Red+Green+Blue) = 179+191+117=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BF75 is #4C408A. Grayscale: #B3B3B3. Windows color (decimal): -4997259 or 7716787. OLE color: 7716787.

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

Color convert

RGB179191117-
CMYK0.0600.390.25
HSL69.73º36.63%60.39%-
HSV(B)69.73º38.74%74.9%-
XYZ40.4348.1323.99-
YUV178.9893.02128.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=36.76%
G=39.22%
B=24.02%

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
Decimal1791911170.0600.390.2569.7336.6360.39
HexB3BF7560271946253c
Octal2632771656047311064574
Binary101100111011111111101011100100111110011000110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF75; }

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

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

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

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

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

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

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

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