#CBD492

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

Shades of Deco #CBD492

Tints of Deco #CBD492

Color information

#CBD492 (or 0xCBD492) is unknown color: approx Deco. HEX triplet: CB, D4 and 92. RGB value is (203,212,146). Sum of RGB (Red+Green+Blue) = 203+212+146=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD492 is #342B6D. Grayscale: #CACACA. Windows color (decimal): -3418990 or 9622731. OLE color: 9622731.

HSL color Cylindrical-coordinate representation of color #CBD492: hue angle of 68.18º degrees, saturation: 0.43, 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 #CBD492 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB203212146-
CMYK0.0400.310.17
HSL68.18º43.42%70.2%-
HSV(B)68.18º31.13%83.14%-
XYZ53.3661.8636.32-
YUV201.7896.52128.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 212 (83.20% from 255) = 37.79%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=36.19%
G=37.79%
B=26.02%

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
Decimal2032121460.0400.310.1768.1843.4270.2
HexCBD492401F11442b46
Octal31332422240372110453106
Binary1100101111010100100100101000111111000110001001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD492; }

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

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

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

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

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

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

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

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