Html Css Color HEX #C0C25F Wild Willow

📋 copy color: '#C0C25F'

red 192 ◦ green 194 ◦ blue 95

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

Shades of Wild Willow #C0C25F

Tints of Wild Willow #C0C25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.75%

R = 39.92%
G = 40.33%
B = 19.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C0C25F (or 0xC0C25F) is known color: Wild Willow. HEX triplet: C0, C2 and 5F. RGB value is (192,194,95). Sum of RGB (Red+Green+Blue) = 192+194+95=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C25F is #3F3DA0. Grayscale: #B6B6B6. Windows color (decimal): -4144545 or 6275776. OLE color: 6275776.

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

Color convert

RGB 192 194 95 -
CMYK 0.01 0 0.51 0.24
HSL 61.21º 0.45% 0.57% -
HSV(B) 61.21º 0.51% 0.76% -
XYZ 43.1 50.62 18.33 -
YUV 182.12 78.84 135.05 -
System Red Green Blue C M Y K H S L
Decimal 192 194 95 0.01 0 0.51 0.24 61.21 0.45 0.57
Hex C0 C2 5F 1 0 33 18 3D 2D 39
Octal 300 302 137 1 0 63 30 75 55 71
Binary 11000000 11000010 1011111 1 0 110011 11000 111101 101101 111001

Color Harmonies of #C0C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C25F

Black with #C0C25F

Text Example


Text Example

White with #C0C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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