Html Css Color HEX #CADB5A Wild Willow

📋 copy color: '#CADB5A'

red 202 ◦ green 219 ◦ blue 90

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

Shades of Wild Willow #CADB5A

Tints of Wild Willow #CADB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.61%

R = 39.53%
G = 42.86%
B = 17.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#CADB5A (or 0xCADB5A) is known color: Wild Willow. HEX triplet: CA, DB and 5A. RGB value is (202,219,90). Sum of RGB (Red+Green+Blue) = 202+219+90=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB5A is #3524A5. Grayscale: #C7C7C7. Windows color (decimal): -3482790 or 5954506. OLE color: 5954506.

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

Color convert

RGB 202 219 90 -
CMYK 0.08 0 0.59 0.14
HSL 67.91º 0.64% 0.61% -
HSV(B) 67.91º 0.59% 0.86% -
XYZ 51.53 63.96 19.3 -
YUV 199.21 66.37 129.99 -
System Red Green Blue C M Y K H S L
Decimal 202 219 90 0.08 0 0.59 0.14 67.91 0.64 0.61
Hex CA DB 5A 8 0 3B E 44 40 3D
Octal 312 333 132 10 0 73 16 104 100 75
Binary 11001010 11011011 1011010 1000 0 111011 1110 1000100 1000000 111101

Color Harmonies of #CADB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB5A

Black with #CADB5A

Text Example


Text Example

White with #CADB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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