#CBCE76

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

Shades of Deco #CBCE76

Tints of Deco #CBCE76

Color information

#CBCE76 (or 0xCBCE76) is unknown color: approx Deco. HEX triplet: CB, CE and 76. RGB value is (203,206,118). Sum of RGB (Red+Green+Blue) = 203+206+118=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCE76 is #343189. Grayscale: #C3C3C3. Windows color (decimal): -3420554 or 7786187. OLE color: 7786187.

HSL color Cylindrical-coordinate representation of color #CBCE76: hue angle of 62.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBCE76 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB203206118-
CMYK0.0100.430.19
HSL62.05º47.31%63.53%-
HSV(B)62.05º42.72%80.78%-
XYZ49.9758.1525.73-
YUV195.0784.51133.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 118 (46.48% from 255) = 22.39%
R=38.52%
G=39.09%
B=22.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032061180.0100.430.1962.0547.3163.53
HexCBCE76102B133e2f40
Octal3133161661053237657100
Binary1100101111001110111011010101011100111111101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCE76; }

 p { color: rgb(203,206,118); }

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

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

 a { background-color: rgb(203,206,118); }

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

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

 span { border-color: rgb(203,206,118); }

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