#cadb56

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

Shades of Wild Willow #CADB56

Tints of Wild Willow #CADB56

Color information

#CADB56 (or 0xCADB56) is unknown color: approx Wild Willow. HEX triplet: CA, DB and 56. RGB value is (202,219,86). Sum of RGB (Red+Green+Blue) = 202+219+86=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB56 is #3524A9. Grayscale: #C7C7C7. Windows color (decimal): -3482794 or 5692362. OLE color: 5692362.

HSL color Cylindrical-coordinate representation of color #CADB56: hue angle of 67.67º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CADB56 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB20221986-
CMYK0.0800.610.14
HSL67.67º64.88%59.8%-
HSV(B)67.67º60.73%85.88%-
XYZ51.3763.8918.43-
YUV198.7664.37130.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 219 (85.94% from 255) = 43.20%
BLUE value IS 86 (33.98% from 255) = 16.96%
R=39.84%
G=43.20%
B=16.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202219860.0800.610.1467.6764.8859.8
HexCADB56803DE44413c
Octal312333126100751610410174
Binary1100101011011011101011010000111101111010001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cadb56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cadb56; }

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

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

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

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

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

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

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

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