#CACD61

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

Shades of Wild Willow #CACD61

Tints of Wild Willow #CACD61

Color information

#CACD61 (or 0xCACD61) is unknown color: approx Wild Willow. HEX triplet: CA, CD and 61. RGB value is (202,205,97). Sum of RGB (Red+Green+Blue) = 202+205+97=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD61 is #35329E. Grayscale: #C0C0C0. Windows color (decimal): -3486367 or 6409674. OLE color: 6409674.

HSL color Cylindrical-coordinate representation of color #CACD61: hue angle of 61.67º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CACD61 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20220597-
CMYK0.0100.530.20
HSL61.67º51.92%59.22%-
HSV(B)61.67º52.68%80.39%-
XYZ48.3557.0819.78-
YUV191.7974.51135.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 97 (38.28% from 255) = 19.25%
R=40.08%
G=40.67%
B=19.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202205970.0100.530.2061.6751.9259.22
HexCACD611035143e343b
Octal312315141106524766473
Binary110010101100110111000011011010110100111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD61; }

 p { color: rgb(202,205,97); }

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

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

 a { background-color: rgb(202,205,97); }

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

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

 span { border-color: rgb(202,205,97); }

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