#C4CE7B

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

Shades of Deco #C4CE7B

Tints of Deco #C4CE7B

Color information

#C4CE7B (or 0xC4CE7B) is unknown color: approx Deco. HEX triplet: C4, CE and 7B. RGB value is (196,206,123). Sum of RGB (Red+Green+Blue) = 196+206+123=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CE7B is #3B3184. Grayscale: #C1C1C1. Windows color (decimal): -3879301 or 8113860. OLE color: 8113860.

HSL color Cylindrical-coordinate representation of color #C4CE7B: hue angle of 67.23º 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 #C4CE7B is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB196206123-
CMYK0.0500.400.19
HSL67.23º45.86%64.51%-
HSV(B)67.23º40.29%80.78%-
XYZ48.4157.3127.25-
YUV193.5588.19129.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 123 (48.44% from 255) = 23.43%
R=37.33%
G=39.24%
B=23.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962061230.0500.400.1967.2345.8664.51
HexC4CE7B502813432e41
Octal30431617350502310356101
Binary1100010011001110111101110101010001001110000111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CE7B; }

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

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

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

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

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

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

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

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