#CAD169

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

Shades of Wild Willow #CAD169

Tints of Wild Willow #CAD169

Color information

#CAD169 (or 0xCAD169) is unknown color: approx Wild Willow. HEX triplet: CA, D1 and 69. RGB value is (202,209,105). Sum of RGB (Red+Green+Blue) = 202+209+105=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD169 is #352E96. Grayscale: #C3C3C3. Windows color (decimal): -3485335 or 6934986. OLE color: 6934986.

HSL color Cylindrical-coordinate representation of color #CAD169: hue angle of 64.04º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAD169 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB202209105-
CMYK0.0300.500.18
HSL64.04º53.06%61.57%-
HSV(B)64.04º49.76%81.96%-
XYZ49.7159.1822.17-
YUV195.0577.18132.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 105 (41.41% from 255) = 20.35%
R=39.15%
G=40.50%
B=20.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091050.0300.500.1864.0453.0661.57
HexCAD16930321240353e
Octal3123211513062221006576
Binary11001010110100011101001110110010100101000000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD169; }

 p { color: rgb(202,209,105); }

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

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

 a { background-color: rgb(202,209,105); }

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

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

 span { border-color: rgb(202,209,105); }

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