Html Css Color HEX #C5C462 Wild Willow

📋 copy color: '#C5C462'

red 197 ◦ green 196 ◦ blue 98

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

Shades of Wild Willow #C5C462

Tints of Wild Willow #C5C462

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.92%

 BLUE value IS 98 (38.67% from 255) = 19.96%

R = 40.12%
G = 39.92%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C5C462 (or 0xC5C462) is known color: Wild Willow. HEX triplet: C5, C4 and 62. RGB value is (197,196,98). Sum of RGB (Red+Green+Blue) = 197+196+98=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C462 is #3A3B9D. Grayscale: #B9B9B9. Windows color (decimal): -3816350 or 6472901. OLE color: 6472901.

HSL color Cylindrical-coordinate representation of color #C5C462: hue angle of 59.39º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5C462 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 196 98 -
CMYK 0 0.01 0.50 0.23
HSL 59.39º 0.46% 0.58% -
HSV(B) 59.39º 0.5% 0.77% -
XYZ 44.97 52.23 19.27 -
YUV 185.13 78.83 136.47 -
System Red Green Blue C M Y K H S L
Decimal 197 196 98 0 0.01 0.50 0.23 59.39 0.46 0.58
Hex C5 C4 62 0 1 32 17 3B 2E 3A
Octal 305 304 142 0 1 62 27 73 56 72
Binary 11000101 11000100 1100010 0 1 110010 10111 111011 101110 111010

Color Harmonies of #C5C462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C462

Black with #C5C462

Text Example


Text Example

White with #C5C462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C462; }

 p { color: rgb(197,196,98); }

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

background-color css

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

 a { background-color: rgb(197,196,98); }

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

border-color css

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

 span { border-color: rgb(197,196,98); }

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