Html Css Color HEX #C0D966 Wild Willow

📋 copy color: '#C0D966'

red 192 ◦ green 217 ◦ blue 102

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

Shades of Wild Willow #C0D966

Tints of Wild Willow #C0D966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.47%

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

R = 37.57%
G = 42.47%
B = 19.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#C0D966 (or 0xC0D966) is known color: Wild Willow. HEX triplet: C0, D9 and 66. RGB value is (192,217,102). Sum of RGB (Red+Green+Blue) = 192+217+102=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D966 is #3F2699. Grayscale: #C4C4C4. Windows color (decimal): -4138650 or 6740416. OLE color: 6740416.

HSL color Cylindrical-coordinate representation of color #C0D966: hue angle of 73.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0D966 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 217 102 -
CMYK 0.12 0 0.53 0.15
HSL 73.04º 0.6% 0.63% -
HSV(B) 73.04º 0.53% 0.85% -
XYZ 48.95 61.79 21.92 -
YUV 196.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 192 217 102 0.12 0 0.53 0.15 73.04 0.6 0.63
Hex C0 D9 66 C 0 35 F 49 3C 3F
Octal 300 331 146 14 0 65 17 111 74 77
Binary 11000000 11011001 1100110 1100 0 110101 1111 1001001 111100 111111

Color Harmonies of #C0D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D966

Black with #C0D966

Text Example


Text Example

White with #C0D966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D966; }

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

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

background-color css

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

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

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

border-color css

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

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

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