Html Css Color HEX #C0C25A Wild Willow

📋 copy color: '#C0C25A'

red 192 ◦ green 194 ◦ blue 90

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

Shades of Wild Willow #C0C25A

Tints of Wild Willow #C0C25A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

 BLUE value IS 90 (35.55% from 255) = 18.91%

R = 40.34%
G = 40.76%
B = 18.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C0C25A (or 0xC0C25A) is known color: Wild Willow. HEX triplet: C0, C2 and 5A. RGB value is (192,194,90). Sum of RGB (Red+Green+Blue) = 192+194+90=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C25A is #3F3DA5. Grayscale: #B5B5B5. Windows color (decimal): -4144550 or 5948096. OLE color: 5948096.

HSL color Cylindrical-coordinate representation of color #C0C25A: hue angle of 61.15º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0C25A is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 194 90 -
CMYK 0.01 0 0.54 0.24
HSL 61.15º 0.46% 0.56% -
HSV(B) 61.15º 0.54% 0.76% -
XYZ 42.88 50.53 17.17 -
YUV 181.55 76.34 135.46 -
System Red Green Blue C M Y K H S L
Decimal 192 194 90 0.01 0 0.54 0.24 61.15 0.46 0.56
Hex C0 C2 5A 1 0 36 18 3D 2E 38
Octal 300 302 132 1 0 66 30 75 56 70
Binary 11000000 11000010 1011010 1 0 110110 11000 111101 101110 111000

Color Harmonies of #C0C25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C25A

Black with #C0C25A

Text Example


Text Example

White with #C0C25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C25A; }

 p { color: rgb(192,194,90); }

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

background-color css

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

 a { background-color: rgb(192,194,90); }

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

border-color css

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

 span { border-color: rgb(192,194,90); }

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