#CBD395

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

Shades of Deco #CBD395

Tints of Deco #CBD395

Color information

#CBD395 (or 0xCBD395) is unknown color: approx Deco. HEX triplet: CB, D3 and 95. RGB value is (203,211,149). Sum of RGB (Red+Green+Blue) = 203+211+149=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD395 is #342C6A. Grayscale: #C9C9C9. Windows color (decimal): -3419243 or 9819083. OLE color: 9819083.

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

Color convert

RGB203211149-
CMYK0.0400.290.17
HSL67.74º41.33%70.59%-
HSV(B)67.74º29.38%82.75%-
XYZ53.3561.4537.48-
YUV201.5498.35129.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 211 (82.81% from 255) = 37.48%
BLUE value IS 149 (58.59% from 255) = 26.47%
R=36.06%
G=37.48%
B=26.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032111490.0400.290.1767.7441.3370.59
HexCBD395401D11442947
Octal31332322540352110451107
Binary1100101111010011100101011000111011000110001001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD395; }

 p { color: rgb(203,211,149); }

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

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

 a { background-color: rgb(203,211,149); }

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

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

 span { border-color: rgb(203,211,149); }

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