#C4D685

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

Shades of Deco #C4D685

Tints of Deco #C4D685

Color information

#C4D685 (or 0xC4D685) is unknown color: approx Deco. HEX triplet: C4, D6 and 85. RGB value is (196,214,133). Sum of RGB (Red+Green+Blue) = 196+214+133=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D685 is #3B297A. Grayscale: #C7C7C7. Windows color (decimal): -3877243 or 8771268. OLE color: 8771268.

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

Color convert

RGB196214133-
CMYK0.0800.380.16
HSL73.33º49.69%68.04%-
HSV(B)73.33º37.85%83.92%-
XYZ51.0561.5231.37-
YUV199.3890.54125.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 214 (83.98% from 255) = 39.41%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=36.10%
G=39.41%
B=24.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962141330.0800.380.1673.3349.6968.04
HexC4D685802610493244
Octal304326205100462011162104
Binary110001001101011010000101100001001101000010010011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D685; }

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

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

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

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

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

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

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

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