#B6C075

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

Shades of Pine Glade #B6C075

Tints of Pine Glade #B6C075

Color information

#B6C075 (or 0xB6C075) is unknown color: approx Pine Glade. HEX triplet: B6, C0 and 75. RGB value is (182,192,117). Sum of RGB (Red+Green+Blue) = 182+192+117=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C075 is #493F8A. Grayscale: #B4B4B4. Windows color (decimal): -4800395 or 7717046. OLE color: 7717046.

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

Color convert

RGB182192117-
CMYK0.0500.390.25
HSL68º37.31%60.59%-
HSV(B)68º39.06%75.29%-
XYZ41.3548.9324.09-
YUV180.4692.19129.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=37.07%
G=39.10%
B=23.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821921170.0500.390.256837.3160.59
HexB6C07550271944253d
Octal2663001655047311044575
Binary101101101100000011101011010100111110011000100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C075; }

 p { color: rgb(182,192,117); }

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

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

 a { background-color: rgb(182,192,117); }

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

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

 span { border-color: rgb(182,192,117); }

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