#CAD59B

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

Shades of Green Mist #CAD59B

Tints of Green Mist #CAD59B

Color information

#CAD59B (or 0xCAD59B) is unknown color: approx Green Mist. HEX triplet: CA, D5 and 9B. RGB value is (202,213,155). Sum of RGB (Red+Green+Blue) = 202+213+155=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD59B is #352A64. Grayscale: #CBCBCB. Windows color (decimal): -3484261 or 10212810. OLE color: 10212810.

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

Color convert

RGB202213155-
CMYK0.0500.270.16
HSL71.38º40.85%72.16%-
HSV(B)71.38º27.23%83.53%-
XYZ54.0762.5140.23-
YUV203.1100.86127.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 155 (60.94% from 255) = 27.19%
R=35.44%
G=37.37%
B=27.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131550.0500.270.1671.3840.8572.16
HexCAD59B501B10472948
Octal31232523350332010751110
Binary1100101011010101100110111010110111000010001111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD59B; }

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

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

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

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

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

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

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

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