Html Css Color HEX #C0C85D Wild Willow

📋 copy color: '#C0C85D'

red 192 ◦ green 200 ◦ blue 93

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

Shades of Wild Willow #C0C85D

Tints of Wild Willow #C0C85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.24%

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

R = 39.59%
G = 41.24%
B = 19.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C0C85D (or 0xC0C85D) is known color: Wild Willow. HEX triplet: C0, C8 and 5D. RGB value is (192,200,93). Sum of RGB (Red+Green+Blue) = 192+200+93=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C85D is #3F37A2. Grayscale: #B9B9B9. Windows color (decimal): -4143011 or 6146240. OLE color: 6146240.

HSL color Cylindrical-coordinate representation of color #C0C85D: hue angle of 64.49º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0C85D is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 200 93 -
CMYK 0.04 0 0.54 0.22
HSL 64.49º 0.49% 0.57% -
HSV(B) 64.49º 0.54% 0.78% -
XYZ 44.37 53.31 18.31 -
YUV 185.41 75.85 132.7 -
System Red Green Blue C M Y K H S L
Decimal 192 200 93 0.04 0 0.54 0.22 64.49 0.49 0.57
Hex C0 C8 5D 4 0 36 16 40 31 39
Octal 300 310 135 4 0 66 26 100 61 71
Binary 11000000 11001000 1011101 100 0 110110 10110 1000000 110001 111001

Color Harmonies of #C0C85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C85D

Black with #C0C85D

Text Example


Text Example

White with #C0C85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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