#C5CE7B

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

Shades of Deco #C5CE7B

Tints of Deco #C5CE7B

Color information

#C5CE7B (or 0xC5CE7B) is unknown color: approx Deco. HEX triplet: C5, CE and 7B. RGB value is (197,206,123). Sum of RGB (Red+Green+Blue) = 197+206+123=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CE7B is #3A3184. Grayscale: #C2C2C2. Windows color (decimal): -3813765 or 8113861. OLE color: 8113861.

HSL color Cylindrical-coordinate representation of color #C5CE7B: hue angle of 66.51º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5CE7B is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB197206123-
CMYK0.0400.400.19
HSL66.51º45.86%64.51%-
HSV(B)66.51º40.29%80.78%-
XYZ48.6757.4427.26-
YUV193.8588.02130.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 123 (48.44% from 255) = 23.38%
R=37.45%
G=39.16%
B=23.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061230.0400.400.1966.5145.8664.51
HexC5CE7B402813432e41
Octal30531617340502310356101
Binary1100010111001110111101110001010001001110000111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CE7B; }

 p { color: rgb(197,206,123); }

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

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

 a { background-color: rgb(197,206,123); }

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

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

 span { border-color: rgb(197,206,123); }

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