Html Css Color HEX #C0C456 Wild Willow

📋 copy color: '#C0C456'

red 192 ◦ green 196 ◦ blue 86

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

Shades of Wild Willow #C0C456

Tints of Wild Willow #C0C456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.14%

R = 40.51%
G = 41.35%
B = 18.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C0C456 (or 0xC0C456) is known color: Wild Willow. HEX triplet: C0, C4 and 56. RGB value is (192,196,86). Sum of RGB (Red+Green+Blue) = 192+196+86=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C456 is #3F3BA9. Grayscale: #B6B6B6. Windows color (decimal): -4144042 or 5686464. OLE color: 5686464.

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

Color convert

RGB 192 196 86 -
CMYK 0.02 0 0.56 0.23
HSL 62.18º 0.48% 0.55% -
HSV(B) 62.18º 0.56% 0.77% -
XYZ 43.16 51.36 16.44 -
YUV 182.26 73.67 134.94 -
System Red Green Blue C M Y K H S L
Decimal 192 196 86 0.02 0 0.56 0.23 62.18 0.48 0.55
Hex C0 C4 56 2 0 38 17 3E 30 37
Octal 300 304 126 2 0 70 27 76 60 67
Binary 11000000 11000100 1010110 10 0 111000 10111 111110 110000 110111

Color Harmonies of #C0C456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C456

Black with #C0C456

Text Example


Text Example

White with #C0C456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C456; }

 p { color: rgb(192,196,86); }

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

background-color css

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

 a { background-color: rgb(192,196,86); }

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

border-color css

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

 span { border-color: rgb(192,196,86); }

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