#CBD290

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

Shades of Deco #CBD290

Tints of Deco #CBD290

Color information

#CBD290 (or 0xCBD290) is unknown color: approx Deco. HEX triplet: CB, D2 and 90. RGB value is (203,210,144). Sum of RGB (Red+Green+Blue) = 203+210+144=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD290 is #342D6F. Grayscale: #C8C8C8. Windows color (decimal): -3419504 or 9491147. OLE color: 9491147.

HSL color Cylindrical-coordinate representation of color #CBD290: hue angle of 66.36º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBD290 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB203210144-
CMYK0.0300.310.18
HSL66.36º42.31%69.41%-
HSV(B)66.36º31.43%82.35%-
XYZ52.7160.835.34-
YUV200.3896.18129.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 144 (56.64% from 255) = 25.85%
R=36.45%
G=37.70%
B=25.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032101440.0300.310.1866.3642.3169.41
HexCBD290301F12422a45
Octal31332222030372210252105
Binary110010111101001010010000110111111001010000101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD290; }

 p { color: rgb(203,210,144); }

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

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

 a { background-color: rgb(203,210,144); }

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

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

 span { border-color: rgb(203,210,144); }

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