#C4CE7F

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

Shades of Deco #C4CE7F

Tints of Deco #C4CE7F

Color information

#C4CE7F (or 0xC4CE7F) is unknown color: approx Deco. HEX triplet: C4, CE and 7F. RGB value is (196,206,127). Sum of RGB (Red+Green+Blue) = 196+206+127=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CE7F is #3B3180. Grayscale: #C2C2C2. Windows color (decimal): -3879297 or 8376004. OLE color: 8376004.

HSL color Cylindrical-coordinate representation of color #C4CE7F: hue angle of 67.59º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4CE7F is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB196206127-
CMYK0.0500.380.19
HSL67.59º44.63%65.29%-
HSV(B)67.59º38.35%80.78%-
XYZ48.6757.4128.6-
YUV19490.19129.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 127 (50% from 255) = 24.01%
R=37.05%
G=38.94%
B=24.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962061270.0500.380.1967.5944.6365.29
HexC4CE7F502613442d41
Octal30431617750462310455101
Binary1100010011001110111111110101001101001110001001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CE7F; }

 p { color: rgb(196,206,127); }

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

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

 a { background-color: rgb(196,206,127); }

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

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

 span { border-color: rgb(196,206,127); }

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