#CBD489

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

Shades of Deco #CBD489

Tints of Deco #CBD489

Color information

#CBD489 (or 0xCBD489) is unknown color: approx Deco. HEX triplet: CB, D4 and 89. RGB value is (203,212,137). Sum of RGB (Red+Green+Blue) = 203+212+137=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD489 is #342B76. Grayscale: #C9C9C9. Windows color (decimal): -3418999 or 9032907. OLE color: 9032907.

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

Color convert

RGB203212137-
CMYK0.0400.350.17
HSL67.2º46.58%68.43%-
HSV(B)67.2º35.38%83.14%-
XYZ52.6961.5932.78-
YUV200.7692.02129.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 137 (53.91% from 255) = 24.82%
R=36.78%
G=38.41%
B=24.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032121370.0400.350.1767.246.5868.43
HexCBD489402311432f44
Octal31332421140432110357104
Binary11001011110101001000100110001000111000110000111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD489; }

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

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

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

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

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

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

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

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