Html Css Color HEX #C0C95F Wild Willow

📋 copy color: '#C0C95F'

red 192 ◦ green 201 ◦ blue 95

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

Shades of Wild Willow #C0C95F

Tints of Wild Willow #C0C95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.19%

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

R = 39.34%
G = 41.19%
B = 19.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C0C95F (or 0xC0C95F) is known color: Wild Willow. HEX triplet: C0, C9 and 5F. RGB value is (192,201,95). Sum of RGB (Red+Green+Blue) = 192+201+95=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C95F is #3F36A0. Grayscale: #BABABA. Windows color (decimal): -4142753 or 6277568. OLE color: 6277568.

HSL color Cylindrical-coordinate representation of color #C0C95F: hue angle of 65.09º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0C95F is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 201 95 -
CMYK 0.04 0 0.53 0.21
HSL 65.09º 0.5% 0.58% -
HSV(B) 65.09º 0.53% 0.79% -
XYZ 44.69 53.81 18.86 -
YUV 186.23 76.52 132.12 -
System Red Green Blue C M Y K H S L
Decimal 192 201 95 0.04 0 0.53 0.21 65.09 0.5 0.58
Hex C0 C9 5F 4 0 35 15 41 32 3A
Octal 300 311 137 4 0 65 25 101 62 72
Binary 11000000 11001001 1011111 100 0 110101 10101 1000001 110010 111010

Color Harmonies of #C0C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C95F

Black with #C0C95F

Text Example


Text Example

White with #C0C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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