#CAD58B

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

Shades of Deco #CAD58B

Tints of Deco #CAD58B

Color information

#CAD58B (or 0xCAD58B) is unknown color: approx Deco. HEX triplet: CA, D5 and 8B. RGB value is (202,213,139). Sum of RGB (Red+Green+Blue) = 202+213+139=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD58B is #352A74. Grayscale: #C9C9C9. Windows color (decimal): -3484277 or 9164234. OLE color: 9164234.

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

Color convert

RGB202213139-
CMYK0.0500.350.16
HSL68.92º46.84%69.02%-
HSV(B)68.92º34.74%83.53%-
XYZ52.8162.0133.61-
YUV201.2792.86128.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 213 (83.59% from 255) = 38.45%
BLUE value IS 139 (54.69% from 255) = 25.09%
R=36.46%
G=38.45%
B=25.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131390.0500.350.1668.9246.8469.02
HexCAD58B502310452f45
Octal31232521350432010557105
Binary11001010110101011000101110101000111000010001011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD58B; }

 p { color: rgb(202,213,139); }

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

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

 a { background-color: rgb(202,213,139); }

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

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

 span { border-color: rgb(202,213,139); }

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