Html Css Color HEX #C1D960 Wild Willow

📋 copy color: '#C1D960'

red 193 ◦ green 217 ◦ blue 96

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

Shades of Wild Willow #C1D960

Tints of Wild Willow #C1D960

RGB

 RED value IS 193 (75.78% from 255) = 38.14%

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

 BLUE value IS 96 (37.89% from 255) = 18.97%

R = 38.14%
G = 42.89%
B = 18.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#C1D960 (or 0xC1D960) is known color: Wild Willow. HEX triplet: C1, D9 and 60. RGB value is (193,217,96). Sum of RGB (Red+Green+Blue) = 193+217+96=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D960 is #3E269F. Grayscale: #C4C4C4. Windows color (decimal): -4073120 or 6347201. OLE color: 6347201.

HSL color Cylindrical-coordinate representation of color #C1D960: hue angle of 71.9º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1D960 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 217 96 -
CMYK 0.11 0 0.56 0.15
HSL 71.9º 0.61% 0.61% -
HSV(B) 71.9º 0.56% 0.85% -
XYZ 48.92 61.81 20.42 -
YUV 196.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 193 217 96 0.11 0 0.56 0.15 71.9 0.61 0.61
Hex C1 D9 60 B 0 38 F 48 3D 3D
Octal 301 331 140 13 0 70 17 110 75 75
Binary 11000001 11011001 1100000 1011 0 111000 1111 1001000 111101 111101

Color Harmonies of #C1D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D960

Black with #C1D960

Text Example


Text Example

White with #C1D960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D960; }

 p { color: rgb(193,217,96); }

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

background-color css

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

 a { background-color: rgb(193,217,96); }

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

border-color css

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

 span { border-color: rgb(193,217,96); }

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