#B6C07D

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

Shades of Pine Glade #B6C07D

Tints of Pine Glade #B6C07D

Color information

#B6C07D (or 0xB6C07D) is unknown color: approx Pine Glade. HEX triplet: B6, C0 and 7D. RGB value is (182,192,125). Sum of RGB (Red+Green+Blue) = 182+192+125=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C07D is #493F82. Grayscale: #B5B5B5. Windows color (decimal): -4800387 or 8241334. OLE color: 8241334.

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

Color convert

RGB182192125-
CMYK0.0500.350.25
HSL68.96º34.72%62.16%-
HSV(B)68.96º34.9%75.29%-
XYZ41.8449.1326.68-
YUV181.3796.19128.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 125 (49.22% from 255) = 25.05%
R=36.47%
G=38.48%
B=25.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821921250.0500.350.2568.9634.7262.16
HexB6C07D50231945233e
Octal2663001755043311054376
Binary101101101100000011111011010100011110011000101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C07D; }

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

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

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

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

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

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

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

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