#B6C372

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

Shades of Pine Glade #B6C372

Tints of Pine Glade #B6C372

Color information

#B6C372 (or 0xB6C372) is unknown color: approx Pine Glade. HEX triplet: B6, C3 and 72. RGB value is (182,195,114). Sum of RGB (Red+Green+Blue) = 182+195+114=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C372 is #493C8D. Grayscale: #B6B6B6. Windows color (decimal): -4799630 or 7521206. OLE color: 7521206.

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

Color convert

RGB182195114-
CMYK0.0700.420.24
HSL69.63º40.3%60.59%-
HSV(B)69.63º41.54%76.47%-
XYZ41.8450.1923.4-
YUV181.8889.69128.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=37.07%
G=39.71%
B=23.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821951140.0700.420.2469.6340.360.59
HexB6C372702A1846283d
Octal2663031627052301065075
Binary101101101100001111100101110101010110001000110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C372; }

 p { color: rgb(182,195,114); }

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

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

 a { background-color: rgb(182,195,114); }

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

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

 span { border-color: rgb(182,195,114); }

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