Html Css Color HEX #C0C85A Wild Willow

📋 copy color: '#C0C85A'

red 192 ◦ green 200 ◦ blue 90

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

Shades of Wild Willow #C0C85A

Tints of Wild Willow #C0C85A

RGB

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

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

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

R = 39.83%
G = 41.49%
B = 18.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C0C85A (or 0xC0C85A) is known color: Wild Willow. HEX triplet: C0, C8 and 5A. RGB value is (192,200,90). Sum of RGB (Red+Green+Blue) = 192+200+90=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C85A is #3F37A5. Grayscale: #B9B9B9. Windows color (decimal): -4143014 or 5949632. OLE color: 5949632.

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

Color convert

RGB 192 200 90 -
CMYK 0.04 0 0.55 0.22
HSL 64.36º 0.5% 0.57% -
HSV(B) 64.36º 0.55% 0.78% -
XYZ 44.24 53.25 17.62 -
YUV 185.07 74.35 132.94 -
System Red Green Blue C M Y K H S L
Decimal 192 200 90 0.04 0 0.55 0.22 64.36 0.5 0.57
Hex C0 C8 5A 4 0 37 16 40 32 39
Octal 300 310 132 4 0 67 26 100 62 71
Binary 11000000 11001000 1011010 100 0 110111 10110 1000000 110010 111001

Color Harmonies of #C0C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C85A

Black with #C0C85A

Text Example


Text Example

White with #C0C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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