#C6D67E

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

Shades of Deco #C6D67E

Tints of Deco #C6D67E

Color information

#C6D67E (or 0xC6D67E) is unknown color: approx Deco. HEX triplet: C6, D6 and 7E. RGB value is (198,214,126). Sum of RGB (Red+Green+Blue) = 198+214+126=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D67E is #392981. Grayscale: #C7C7C7. Windows color (decimal): -3746178 or 8312518. OLE color: 8312518.

HSL color Cylindrical-coordinate representation of color #C6D67E: hue angle of 70.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6D67E is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB198214126-
CMYK0.0700.410.16
HSL70.91º51.76%66.67%-
HSV(B)70.91º41.12%83.92%-
XYZ51.161.6128.94-
YUV199.1886.7127.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.80%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 126 (49.61% from 255) = 23.42%
R=36.80%
G=39.78%
B=23.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982141260.0700.410.1670.9151.7666.67
HexC6D67E702910473443
Octal30632617670512010764103
Binary1100011011010110111111011101010011000010001111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D67E; }

 p { color: rgb(198,214,126); }

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

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

 a { background-color: rgb(198,214,126); }

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

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

 span { border-color: rgb(198,214,126); }

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