Html Css Color HEX #C0C256 Wild Willow

📋 copy color: '#C0C256'

red 192 ◦ green 194 ◦ blue 86

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

Shades of Wild Willow #C0C256

Tints of Wild Willow #C0C256

RGB

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

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

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

R = 40.68%
G = 41.1%
B = 18.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C0C256 (or 0xC0C256) is known color: Wild Willow. HEX triplet: C0, C2 and 56. RGB value is (192,194,86). Sum of RGB (Red+Green+Blue) = 192+194+86=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C256 is #3F3DA9. Grayscale: #B5B5B5. Windows color (decimal): -4144554 or 5685952. OLE color: 5685952.

HSL color Cylindrical-coordinate representation of color #C0C256: hue angle of 61.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0C256 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 194 86 -
CMYK 0.01 0 0.56 0.24
HSL 61.11º 0.47% 0.55% -
HSV(B) 61.11º 0.56% 0.76% -
XYZ 42.71 50.46 16.29 -
YUV 181.09 74.34 135.78 -
System Red Green Blue C M Y K H S L
Decimal 192 194 86 0.01 0 0.56 0.24 61.11 0.47 0.55
Hex C0 C2 56 1 0 38 18 3D 2F 37
Octal 300 302 126 1 0 70 30 75 57 67
Binary 11000000 11000010 1010110 1 0 111000 11000 111101 101111 110111

Color Harmonies of #C0C256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C256

Black with #C0C256

Text Example


Text Example

White with #C0C256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C256; }

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

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

background-color css

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

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

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

border-color css

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

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

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