#CBD488

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

Shades of Deco #CBD488

Tints of Deco #CBD488

Color information

#CBD488 (or 0xCBD488) is unknown color: approx Deco. HEX triplet: CB, D4 and 88. RGB value is (203,212,136). Sum of RGB (Red+Green+Blue) = 203+212+136=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD488 is #342B77. Grayscale: #C8C8C8. Windows color (decimal): -3419000 or 8967371. OLE color: 8967371.

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

Color convert

RGB203212136-
CMYK0.0400.360.17
HSL67.11º46.91%68.24%-
HSV(B)67.11º35.85%83.14%-
XYZ52.6261.5632.4-
YUV200.6491.52129.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 212 (83.20% from 255) = 38.48%
BLUE value IS 136 (53.52% from 255) = 24.68%
R=36.84%
G=38.48%
B=24.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032121360.0400.360.1767.1146.9168.24
HexCBD488402411432f44
Octal31332421040442110357104
Binary11001011110101001000100010001001001000110000111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD488; }

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

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

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

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

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

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

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

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