Html Css Color HEX #C0CD5D Wild Willow

📋 copy color: '#C0CD5D'

red 192 ◦ green 205 ◦ blue 93

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

Shades of Wild Willow #C0CD5D

Tints of Wild Willow #C0CD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.84%

 BLUE value IS 93 (36.72% from 255) = 18.98%

R = 39.18%
G = 41.84%
B = 18.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#C0CD5D (or 0xC0CD5D) is known color: Wild Willow. HEX triplet: C0, CD and 5D. RGB value is (192,205,93). Sum of RGB (Red+Green+Blue) = 192+205+93=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD5D is #3F32A2. Grayscale: #BCBCBC. Windows color (decimal): -4141731 or 6147520. OLE color: 6147520.

HSL color Cylindrical-coordinate representation of color #C0CD5D: hue angle of 66.96º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0CD5D is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 93 -
CMYK 0.06 0 0.55 0.20
HSL 66.96º 0.53% 0.58% -
HSV(B) 66.96º 0.55% 0.8% -
XYZ 45.55 55.66 18.7 -
YUV 188.35 74.19 130.61 -
System Red Green Blue C M Y K H S L
Decimal 192 205 93 0.06 0 0.55 0.20 66.96 0.53 0.58
Hex C0 CD 5D 6 0 37 14 43 35 3A
Octal 300 315 135 6 0 67 24 103 65 72
Binary 11000000 11001101 1011101 110 0 110111 10100 1000011 110101 111010

Color Harmonies of #C0CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD5D

Black with #C0CD5D

Text Example


Text Example

White with #C0CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD5D; }

 p { color: rgb(192,205,93); }

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

background-color css

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

 a { background-color: rgb(192,205,93); }

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

border-color css

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

 span { border-color: rgb(192,205,93); }

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