#CBD690

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

Shades of Deco #CBD690

Tints of Deco #CBD690

Color information

#CBD690 (or 0xCBD690) is unknown color: approx Deco. HEX triplet: CB, D6 and 90. RGB value is (203,214,144). Sum of RGB (Red+Green+Blue) = 203+214+144=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD690 is #34296F. Grayscale: #CBCBCB. Windows color (decimal): -3418480 or 9492171. OLE color: 9492171.

HSL color Cylindrical-coordinate representation of color #CBD690: hue angle of 69.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBD690 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB203214144-
CMYK0.0500.330.16
HSL69.43º46.05%70.2%-
HSV(B)69.43º32.71%83.92%-
XYZ53.7162.835.68-
YUV202.7394.86128.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 144 (56.64% from 255) = 25.67%
R=36.19%
G=38.15%
B=25.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141440.0500.330.1669.4346.0570.2
HexCBD690502110452e46
Octal31332622050412010556106
Binary11001011110101101001000010101000011000010001011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD690; }

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

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

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

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

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

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

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

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