Html Css Color HEX #C4C35A Wild Willow

📋 copy color: '#C4C35A'

red 196 ◦ green 195 ◦ blue 90

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

Shades of Wild Willow #C4C35A

Tints of Wild Willow #C4C35A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

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

R = 40.75%
G = 40.54%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4C35A (or 0xC4C35A) is known color: Wild Willow. HEX triplet: C4, C3 and 5A. RGB value is (196,195,90). Sum of RGB (Red+Green+Blue) = 196+195+90=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C35A is #3B3CA5. Grayscale: #B7B7B7. Windows color (decimal): -3882150 or 5948356. OLE color: 5948356.

HSL color Cylindrical-coordinate representation of color #C4C35A: hue angle of 59.43º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4C35A is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 195 90 -
CMYK 0 0.01 0.54 0.23
HSL 59.43º 0.47% 0.56% -
HSV(B) 59.43º 0.54% 0.77% -
XYZ 44.13 51.5 17.29 -
YUV 183.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 196 195 90 0 0.01 0.54 0.23 59.43 0.47 0.56
Hex C4 C3 5A 0 1 36 17 3B 2F 38
Octal 304 303 132 0 1 66 27 73 57 70
Binary 11000100 11000011 1011010 0 1 110110 10111 111011 101111 111000

Color Harmonies of #C4C35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C35A

Black with #C4C35A

Text Example


Text Example

White with #C4C35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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