Html Css Color HEX #C0C262 Wild Willow

📋 copy color: '#C0C262'

red 192 ◦ green 194 ◦ blue 98

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

Shades of Wild Willow #C0C262

Tints of Wild Willow #C0C262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.25%

R = 39.67%
G = 40.08%
B = 20.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C0C262 (or 0xC0C262) is known color: Wild Willow. HEX triplet: C0, C2 and 62. RGB value is (192,194,98). Sum of RGB (Red+Green+Blue) = 192+194+98=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C262 is #3F3D9D. Grayscale: #B6B6B6. Windows color (decimal): -4144542 or 6472384. OLE color: 6472384.

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

Color convert

RGB 192 194 98 -
CMYK 0.01 0 0.49 0.24
HSL 61.25º 0.44% 0.57% -
HSV(B) 61.25º 0.49% 0.76% -
XYZ 43.23 50.67 19.06 -
YUV 182.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 192 194 98 0.01 0 0.49 0.24 61.25 0.44 0.57
Hex C0 C2 62 1 0 31 18 3D 2C 39
Octal 300 302 142 1 0 61 30 75 54 71
Binary 11000000 11000010 1100010 1 0 110001 11000 111101 101100 111001

Color Harmonies of #C0C262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C262

Black with #C0C262

Text Example


Text Example

White with #C0C262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C262; }

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

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

background-color css

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

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

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

border-color css

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

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

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