#C4D68F

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

Shades of Deco #C4D68F

Tints of Deco #C4D68F

Color information

#C4D68F (or 0xC4D68F) is unknown color: approx Deco. HEX triplet: C4, D6 and 8F. RGB value is (196,214,143). Sum of RGB (Red+Green+Blue) = 196+214+143=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D68F is #3B2970. Grayscale: #C8C8C8. Windows color (decimal): -3877233 or 9426628. OLE color: 9426628.

HSL color Cylindrical-coordinate representation of color #C4D68F: hue angle of 75.21º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4D68F is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB196214143-
CMYK0.0800.330.16
HSL75.21º46.41%70%-
HSV(B)75.21º33.18%83.92%-
XYZ51.7761.8135.19-
YUV200.5295.54124.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 143 (56.25% from 255) = 25.86%
R=35.44%
G=38.70%
B=25.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962141430.0800.330.1675.2146.4170
HexC4D68F8021104b2e46
Octal304326217100412011356106
Binary110001001101011010001111100001000011000010010111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D68F; }

 p { color: rgb(196,214,143); }

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

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

 a { background-color: rgb(196,214,143); }

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

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

 span { border-color: rgb(196,214,143); }

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