#cad156

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

Shades of Wild Willow #CAD156

Tints of Wild Willow #CAD156

Color information

#CAD156 (or 0xCAD156) is unknown color: approx Wild Willow. HEX triplet: CA, D1 and 56. RGB value is (202,209,86). Sum of RGB (Red+Green+Blue) = 202+209+86=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD156 is #352EA9. Grayscale: #C1C1C1. Windows color (decimal): -3485354 or 5689802. OLE color: 5689802.

HSL color Cylindrical-coordinate representation of color #CAD156: hue angle of 63.41º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAD156 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20220986-
CMYK0.0300.590.18
HSL63.41º57.21%57.84%-
HSV(B)63.41º58.85%81.96%-
XYZ48.8458.8317.59-
YUV192.8867.68134.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 209 (82.03% from 255) = 42.05%
BLUE value IS 86 (33.98% from 255) = 17.30%
R=40.64%
G=42.05%
B=17.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202209860.0300.590.1863.4157.2157.84
HexCAD156303B123f393a
Octal312321126307322777172
Binary1100101011010001101011011011101110010111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cad156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cad156; }

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

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

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

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

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

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

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

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