#CAD969

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

Shades of Wild Willow #CAD969

Tints of Wild Willow #CAD969

Color information

#CAD969 (or 0xCAD969) is unknown color: approx Wild Willow. HEX triplet: CA, D9 and 69. RGB value is (202,217,105). Sum of RGB (Red+Green+Blue) = 202+217+105=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD969 is #352696. Grayscale: #C8C8C8. Windows color (decimal): -3483287 or 6937034. OLE color: 6937034.

HSL color Cylindrical-coordinate representation of color #CAD969: hue angle of 68.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAD969 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB202217105-
CMYK0.0700.520.15
HSL68.04º59.57%63.14%-
HSV(B)68.04º51.61%85.1%-
XYZ51.7263.222.84-
YUV199.7574.53129.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 105 (41.41% from 255) = 20.04%
R=38.55%
G=41.41%
B=20.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171050.0700.520.1568.0459.5763.14
HexCAD9697034F443c3f
Octal3123311517064171047477
Binary11001010110110011101001111011010011111000100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD969; }

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

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

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

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

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

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

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

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