Html Css Color HEX #C0C266 Wild Willow

📋 copy color: '#C0C266'

red 192 ◦ green 194 ◦ blue 102

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

Shades of Wild Willow #C0C266

Tints of Wild Willow #C0C266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.9%

R = 39.34%
G = 39.75%
B = 20.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C0C266 (or 0xC0C266) is known color: Wild Willow. HEX triplet: C0, C2 and 66. RGB value is (192,194,102). Sum of RGB (Red+Green+Blue) = 192+194+102=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C266 is #3F3D99. Grayscale: #B7B7B7. Windows color (decimal): -4144538 or 6734528. OLE color: 6734528.

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

Color convert

RGB 192 194 102 -
CMYK 0.01 0 0.47 0.24
HSL 61.3º 0.43% 0.58% -
HSV(B) 61.3º 0.47% 0.76% -
XYZ 43.43 50.75 20.08 -
YUV 182.91 82.34 134.48 -
System Red Green Blue C M Y K H S L
Decimal 192 194 102 0.01 0 0.47 0.24 61.3 0.43 0.58
Hex C0 C2 66 1 0 2F 18 3D 2B 3A
Octal 300 302 146 1 0 57 30 75 53 72
Binary 11000000 11000010 1100110 1 0 101111 11000 111101 101011 111010

Color Harmonies of #C0C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C266

Black with #C0C266

Text Example


Text Example

White with #C0C266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C266; }

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

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

background-color css

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

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

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

border-color css

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

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

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