#CBD976

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

Shades of Deco #CBD976

Tints of Deco #CBD976

Color information

#CBD976 (or 0xCBD976) is unknown color: approx Deco. HEX triplet: CB, D9 and 76. RGB value is (203,217,118). Sum of RGB (Red+Green+Blue) = 203+217+118=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD976 is #342689. Grayscale: #C9C9C9. Windows color (decimal): -3417738 or 7789003. OLE color: 7789003.

HSL color Cylindrical-coordinate representation of color #CBD976: hue angle of 68.48º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBD976 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB203217118-
CMYK0.0600.460.15
HSL68.48º56.57%65.69%-
HSV(B)68.48º45.62%85.1%-
XYZ52.7163.6326.64-
YUV201.5380.86129.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 217 (85.16% from 255) = 40.33%
BLUE value IS 118 (46.48% from 255) = 21.93%
R=37.73%
G=40.33%
B=21.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171180.0600.460.1568.4856.5765.69
HexCBD976602EF443942
Octal31333116660561710471102
Binary110010111101100111101101100101110111110001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD976; }

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

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

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

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

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

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

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

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