Html Css Color HEX #C5C25E Wild Willow

📋 copy color: '#C5C25E'

red 197 ◦ green 194 ◦ blue 94

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

Shades of Wild Willow #C5C25E

Tints of Wild Willow #C5C25E

RGB

 RED value IS 197 (77.34% from 255) = 40.62%

 GREEN value IS 194 (76.17% from 255) = 40%

 BLUE value IS 94 (37.11% from 255) = 19.38%

R = 40.62%
G = 40%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5C25E (or 0xC5C25E) is known color: Wild Willow. HEX triplet: C5, C2 and 5E. RGB value is (197,194,94). Sum of RGB (Red+Green+Blue) = 197+194+94=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C25E is #3A3DA1. Grayscale: #B7B7B7. Windows color (decimal): -3816866 or 6210245. OLE color: 6210245.

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

Color convert

RGB 197 194 94 -
CMYK 0 0.02 0.52 0.23
HSL 58.25º 0.47% 0.57% -
HSV(B) 58.25º 0.52% 0.77% -
XYZ 44.34 51.26 18.15 -
YUV 183.5 77.49 137.63 -
System Red Green Blue C M Y K H S L
Decimal 197 194 94 0 0.02 0.52 0.23 58.25 0.47 0.57
Hex C5 C2 5E 0 2 34 17 3A 2F 39
Octal 305 302 136 0 2 64 27 72 57 71
Binary 11000101 11000010 1011110 0 10 110100 10111 111010 101111 111001

Color Harmonies of #C5C25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C25E

Black with #C5C25E

Text Example


Text Example

White with #C5C25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C25E; }

 p { color: rgb(197,194,94); }

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

background-color css

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

 a { background-color: rgb(197,194,94); }

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

border-color css

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

 span { border-color: rgb(197,194,94); }

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