#cacc50

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

Shades of Wild Willow #CACC50

Tints of Wild Willow #CACC50

Color information

#CACC50 (or 0xCACC50) is unknown color: approx Wild Willow. HEX triplet: CA, CC and 50. RGB value is (202,204,80). Sum of RGB (Red+Green+Blue) = 202+204+80=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACC50 is #3533AF. Grayscale: #BDBDBD. Windows color (decimal): -3486640 or 5295306. OLE color: 5295306.

HSL color Cylindrical-coordinate representation of color #CACC50: hue angle of 60.97º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CACC50 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20220480-
CMYK0.0100.610.2
HSL60.97º54.87%55.69%-
HSV(B)60.97º60.78%80%-
XYZ47.456.3215.96-
YUV189.2766.34137.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 80 (31.64% from 255) = 16.46%
R=41.56%
G=41.98%
B=16.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal202204800.0100.610.260.9754.8755.69
HexCACC50103D143d3738
Octal312314120107524756770
Binary110010101100110010100001011110110100111101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cacc50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cacc50; }

 p { color: rgb(202,204,80); }

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

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

 a { background-color: rgb(202,204,80); }

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

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

 span { border-color: rgb(202,204,80); }

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