#B6C07E

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

Shades of Pine Glade #B6C07E

Tints of Pine Glade #B6C07E

Color information

#B6C07E (or 0xB6C07E) is unknown color: approx Pine Glade. HEX triplet: B6, C0 and 7E. RGB value is (182,192,126). Sum of RGB (Red+Green+Blue) = 182+192+126=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C07E is #493F81. Grayscale: #B5B5B5. Windows color (decimal): -4800386 or 8306870. OLE color: 8306870.

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

Color convert

RGB182192126-
CMYK0.0500.340.25
HSL69.09º34.38%62.35%-
HSV(B)69.09º34.38%75.29%-
XYZ41.9149.1527.02-
YUV181.4996.69128.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 126 (49.61% from 255) = 25.2%
R=36.4%
G=38.4%
B=25.2%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821921260.0500.340.2569.0934.3862.35
HexB6C07E50221945223e
Octal2663001765042311054276
Binary101101101100000011111101010100010110011000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C07E; }

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

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

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

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

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

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

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

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