Html Css Color HEX #C4CC5A Wild Willow

📋 copy color: '#C4CC5A'

red 196 ◦ green 204 ◦ blue 90

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

Shades of Wild Willow #C4CC5A

Tints of Wild Willow #C4CC5A

RGB

 RED value IS 196 (76.95% from 255) = 40%

 GREEN value IS 204 (80.08% from 255) = 41.63%

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

R = 40%
G = 41.63%
B = 18.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#C4CC5A (or 0xC4CC5A) is known color: Wild Willow. HEX triplet: C4, CC and 5A. RGB value is (196,204,90). Sum of RGB (Red+Green+Blue) = 196+204+90=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CC5A is #3B33A5. Grayscale: #BDBDBD. Windows color (decimal): -3879846 or 5950660. OLE color: 5950660.

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

Color convert

RGB 196 204 90 -
CMYK 0.04 0 0.56 0.2
HSL 64.21º 0.53% 0.58% -
HSV(B) 64.21º 0.56% 0.8% -
XYZ 46.2 55.66 17.98 -
YUV 188.61 72.35 133.27 -
System Red Green Blue C M Y K H S L
Decimal 196 204 90 0.04 0 0.56 0.2 64.21 0.53 0.58
Hex C4 CC 5A 4 0 38 14 40 35 3A
Octal 304 314 132 4 0 70 24 100 65 72
Binary 11000100 11001100 1011010 100 0 111000 10100 1000000 110101 111010

Color Harmonies of #C4CC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CC5A

Black with #C4CC5A

Text Example


Text Example

White with #C4CC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CC5A; }

 p { color: rgb(196,204,90); }

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

background-color css

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

 a { background-color: rgb(196,204,90); }

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

border-color css

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

 span { border-color: rgb(196,204,90); }

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