Html Css Color HEX #C0C566 Wild Willow

📋 copy color: '#C0C566'

red 192 ◦ green 197 ◦ blue 102

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

Shades of Wild Willow #C0C566

Tints of Wild Willow #C0C566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.77%

R = 39.1%
G = 40.12%
B = 20.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C0C566 (or 0xC0C566) is known color: Wild Willow. HEX triplet: C0, C5 and 66. RGB value is (192,197,102). Sum of RGB (Red+Green+Blue) = 192+197+102=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C566 is #3F3A99. Grayscale: #B9B9B9. Windows color (decimal): -4143770 or 6735296. OLE color: 6735296.

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

Color convert

RGB 192 197 102 -
CMYK 0.03 0 0.48 0.23
HSL 63.16º 0.45% 0.59% -
HSV(B) 63.16º 0.48% 0.77% -
XYZ 44.1 52.1 20.3 -
YUV 184.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 192 197 102 0.03 0 0.48 0.23 63.16 0.45 0.59
Hex C0 C5 66 3 0 30 17 3F 2D 3B
Octal 300 305 146 3 0 60 27 77 55 73
Binary 11000000 11000101 1100110 11 0 110000 10111 111111 101101 111011

Color Harmonies of #C0C566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C566

Black with #C0C566

Text Example


Text Example

White with #C0C566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C566; }

 p { color: rgb(192,197,102); }

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

background-color css

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

 a { background-color: rgb(192,197,102); }

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

border-color css

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

 span { border-color: rgb(192,197,102); }

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