#CBD392

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

Shades of Deco #CBD392

Tints of Deco #CBD392

Color information

#CBD392 (or 0xCBD392) is unknown color: approx Deco. HEX triplet: CB, D3 and 92. RGB value is (203,211,146). Sum of RGB (Red+Green+Blue) = 203+211+146=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD392 is #342C6D. Grayscale: #C9C9C9. Windows color (decimal): -3419246 or 9622475. OLE color: 9622475.

HSL color Cylindrical-coordinate representation of color #CBD392: hue angle of 67.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBD392 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB203211146-
CMYK0.0400.310.17
HSL67.38º42.48%70%-
HSV(B)67.38º30.81%82.75%-
XYZ53.1161.3636.24-
YUV201.296.85129.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 211 (82.81% from 255) = 37.68%
BLUE value IS 146 (57.42% from 255) = 26.07%
R=36.25%
G=37.68%
B=26.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032111460.0400.310.1767.3842.4870
HexCBD392401F11432a46
Octal31332322240372110352106
Binary1100101111010011100100101000111111000110000111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD392; }

 p { color: rgb(203,211,146); }

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

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

 a { background-color: rgb(203,211,146); }

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

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

 span { border-color: rgb(203,211,146); }

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