Html Css Color HEX #C5C962 Wild Willow

📋 copy color: '#C5C962'

red 197 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #C5C962

Tints of Wild Willow #C5C962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.52%

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

R = 39.72%
G = 40.52%
B = 19.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C5C962 (or 0xC5C962) is known color: Wild Willow. HEX triplet: C5, C9 and 62. RGB value is (197,201,98). Sum of RGB (Red+Green+Blue) = 197+201+98=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C962 is #3A369D. Grayscale: #BCBCBC. Windows color (decimal): -3815070 or 6474181. OLE color: 6474181.

HSL color Cylindrical-coordinate representation of color #C5C962: hue angle of 62.33º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5C962 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 201 98 -
CMYK 0.02 0 0.51 0.21
HSL 62.33º 0.49% 0.59% -
HSV(B) 62.33º 0.51% 0.79% -
XYZ 46.12 54.53 19.65 -
YUV 188.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 197 201 98 0.02 0 0.51 0.21 62.33 0.49 0.59
Hex C5 C9 62 2 0 33 15 3E 31 3B
Octal 305 311 142 2 0 63 25 76 61 73
Binary 11000101 11001001 1100010 10 0 110011 10101 111110 110001 111011

Color Harmonies of #C5C962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C962

Black with #C5C962

Text Example


Text Example

White with #C5C962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C962; }

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

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

background-color css

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

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

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

border-color css

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

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

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