Html Css Color HEX #C0C962 Wild Willow

📋 copy color: '#C0C962'

red 192 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #C0C962

Tints of Wild Willow #C0C962

RGB

 RED value IS 192 (75.39% from 255) = 39.1%

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

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

R = 39.1%
G = 40.94%
B = 19.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C0C962 (or 0xC0C962) is known color: Wild Willow. HEX triplet: C0, C9 and 62. RGB value is (192,201,98). Sum of RGB (Red+Green+Blue) = 192+201+98=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C962 is #3F369D. Grayscale: #BABABA. Windows color (decimal): -4142750 or 6474176. OLE color: 6474176.

HSL color Cylindrical-coordinate representation of color #C0C962: hue angle of 65.24º 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 #C0C962 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 201 98 -
CMYK 0.04 0 0.51 0.21
HSL 65.24º 0.49% 0.59% -
HSV(B) 65.24º 0.51% 0.79% -
XYZ 44.83 53.86 19.59 -
YUV 186.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 192 201 98 0.04 0 0.51 0.21 65.24 0.49 0.59
Hex C0 C9 62 4 0 33 15 41 31 3B
Octal 300 311 142 4 0 63 25 101 61 73
Binary 11000000 11001001 1100010 100 0 110011 10101 1000001 110001 111011

Color Harmonies of #C0C962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C962

Black with #C0C962

Text Example


Text Example

White with #C0C962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C962; }

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

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

background-color css

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

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

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

border-color css

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

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

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