#CBD576

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

Shades of Deco #CBD576

Tints of Deco #CBD576

Color information

#CBD576 (or 0xCBD576) is unknown color: approx Deco. HEX triplet: CB, D5 and 76. RGB value is (203,213,118). Sum of RGB (Red+Green+Blue) = 203+213+118=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD576 is #342A89. Grayscale: #C7C7C7. Windows color (decimal): -3418762 or 7787979. OLE color: 7787979.

HSL color Cylindrical-coordinate representation of color #CBD576: hue angle of 66.32º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBD576 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB203213118-
CMYK0.0500.450.16
HSL66.32º53.07%64.9%-
HSV(B)66.32º44.6%83.53%-
XYZ51.6961.5926.3-
YUV199.1882.19130.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 118 (46.48% from 255) = 22.10%
R=38.01%
G=39.89%
B=22.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131180.0500.450.1666.3253.0764.9
HexCBD576502D10423541
Octal31332516650552010265101
Binary1100101111010101111011010101011011000010000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD576; }

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

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

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

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

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

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

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

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