Html Css Color HEX #C5C25C Wild Willow

📋 copy color: '#C5C25C'

red 197 ◦ green 194 ◦ blue 92

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

Shades of Wild Willow #C5C25C

Tints of Wild Willow #C5C25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.05%

R = 40.79%
G = 40.17%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5C25C (or 0xC5C25C) is known color: Wild Willow. HEX triplet: C5, C2 and 5C. RGB value is (197,194,92). Sum of RGB (Red+Green+Blue) = 197+194+92=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C25C is #3A3DA3. Grayscale: #B7B7B7. Windows color (decimal): -3816868 or 6079173. OLE color: 6079173.

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

Color convert

RGB 197 194 92 -
CMYK 0 0.02 0.53 0.23
HSL 58.29º 0.48% 0.57% -
HSV(B) 58.29º 0.53% 0.77% -
XYZ 44.25 51.23 17.68 -
YUV 183.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 197 194 92 0 0.02 0.53 0.23 58.29 0.48 0.57
Hex C5 C2 5C 0 2 35 17 3A 30 39
Octal 305 302 134 0 2 65 27 72 60 71
Binary 11000101 11000010 1011100 0 10 110101 10111 111010 110000 111001

Color Harmonies of #C5C25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C25C

Black with #C5C25C

Text Example


Text Example

White with #C5C25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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