#CBD592

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

Shades of Deco #CBD592

Tints of Deco #CBD592

Color information

#CBD592 (or 0xCBD592) is unknown color: approx Deco. HEX triplet: CB, D5 and 92. RGB value is (203,213,146). Sum of RGB (Red+Green+Blue) = 203+213+146=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD592 is #342A6D. Grayscale: #CACACA. Windows color (decimal): -3418734 or 9622987. OLE color: 9622987.

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

Color convert

RGB203213146-
CMYK0.0500.310.16
HSL68.96º44.37%70.39%-
HSV(B)68.96º31.46%83.53%-
XYZ53.6162.3636.41-
YUV202.3796.19128.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 213 (83.59% from 255) = 37.90%
BLUE value IS 146 (57.42% from 255) = 25.98%
R=36.12%
G=37.90%
B=25.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131460.0500.310.1668.9644.3770.39
HexCBD592501F10452c46
Octal31332522250372010554106
Binary1100101111010101100100101010111111000010001011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD592; }

 p { color: rgb(203,213,146); }

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

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

 a { background-color: rgb(203,213,146); }

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

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

 span { border-color: rgb(203,213,146); }

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