Html Css Color HEX #CADB60 Wild Willow

📋 copy color: '#CADB60'

red 202 ◦ green 219 ◦ blue 96

#CADB60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CADB60

Tints of Wild Willow #CADB60

RGB

 RED value IS 202 (79.3% from 255) = 39.07%

 GREEN value IS 219 (85.94% from 255) = 42.36%

 BLUE value IS 96 (37.89% from 255) = 18.57%

R = 39.07%
G = 42.36%
B = 18.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#CADB60 (or 0xCADB60) is known color: Wild Willow. HEX triplet: CA, DB and 60. RGB value is (202,219,96). Sum of RGB (Red+Green+Blue) = 202+219+96=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB60 is #35249F. Grayscale: #C8C8C8. Windows color (decimal): -3482784 or 6347722. OLE color: 6347722.

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

Color convert

RGB 202 219 96 -
CMYK 0.08 0 0.56 0.14
HSL 68.29º 0.63% 0.62% -
HSV(B) 68.29º 0.56% 0.86% -
XYZ 51.8 64.06 20.7 -
YUV 199.9 69.37 129.5 -
System Red Green Blue C M Y K H S L
Decimal 202 219 96 0.08 0 0.56 0.14 68.29 0.63 0.62
Hex CA DB 60 8 0 38 E 44 3F 3E
Octal 312 333 140 10 0 70 16 104 77 76
Binary 11001010 11011011 1100000 1000 0 111000 1110 1000100 111111 111110

Color Harmonies of #CADB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB60

Black with #CADB60

Text Example


Text Example

White with #CADB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB60; }

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

 H1.HeaderClassName
 {
   color: #CADB60;
 }
 .AnyTagClassName
 {
   color: #CADB60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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