#B6C475

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

Shades of Pine Glade #B6C475

Tints of Pine Glade #B6C475

Color information

#B6C475 (or 0xB6C475) is unknown color: approx Pine Glade. HEX triplet: B6, C4 and 75. RGB value is (182,196,117). Sum of RGB (Red+Green+Blue) = 182+196+117=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C475 is #493B8A. Grayscale: #B7B7B7. Windows color (decimal): -4799371 or 7718070. OLE color: 7718070.

HSL color Cylindrical-coordinate representation of color #B6C475: hue angle of 70.63º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6C475 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB182196117-
CMYK0.0700.400.23
HSL70.63º40.1%61.37%-
HSV(B)70.63º40.31%76.86%-
XYZ42.2450.7124.39-
YUV182.8190.86127.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 196 (76.95% from 255) = 39.60%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=36.77%
G=39.60%
B=23.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821961170.0700.400.2370.6340.161.37
HexB6C47570281747283d
Octal2663041657050271075075
Binary101101101100010011101011110101000101111000111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C475; }

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

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

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

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

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

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

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

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