#C6D08B

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

Shades of Deco #C6D08B

Tints of Deco #C6D08B

Color information

#C6D08B (or 0xC6D08B) is unknown color: approx Deco. HEX triplet: C6, D0 and 8B. RGB value is (198,208,139). Sum of RGB (Red+Green+Blue) = 198+208+139=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D08B is #392F74. Grayscale: #C5C5C5. Windows color (decimal): -3747701 or 9162950. OLE color: 9162950.

HSL color Cylindrical-coordinate representation of color #C6D08B: hue angle of 68.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6D08B is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB198208139-
CMYK0.0500.330.18
HSL68.7º42.33%68.04%-
HSV(B)68.7º33.17%81.57%-
XYZ50.558.9833.15-
YUV197.1495.19128.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.33%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=36.33%
G=38.17%
B=25.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982081390.0500.330.1868.742.3368.04
HexC6D08B502112452a44
Octal30632021350412210552104
Binary11000110110100001000101110101000011001010001011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D08B; }

 p { color: rgb(198,208,139); }

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

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

 a { background-color: rgb(198,208,139); }

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

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

 span { border-color: rgb(198,208,139); }

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