Html Css Color HEX #C0D066 Wild Willow

📋 copy color: '#C0D066'

red 192 ◦ green 208 ◦ blue 102

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

Shades of Wild Willow #C0D066

Tints of Wild Willow #C0D066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.43%

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

R = 38.25%
G = 41.43%
B = 20.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#C0D066 (or 0xC0D066) is known color: Wild Willow. HEX triplet: C0, D0 and 66. RGB value is (192,208,102). Sum of RGB (Red+Green+Blue) = 192+208+102=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D066 is #3F2F99. Grayscale: #BFBFBF. Windows color (decimal): -4140954 or 6738112. OLE color: 6738112.

HSL color Cylindrical-coordinate representation of color #C0D066: hue angle of 69.06º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0D066 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 208 102 -
CMYK 0.08 0 0.51 0.18
HSL 69.06º 0.53% 0.61% -
HSV(B) 69.06º 0.51% 0.82% -
XYZ 46.69 57.28 21.17 -
YUV 191.13 77.7 128.62 -
System Red Green Blue C M Y K H S L
Decimal 192 208 102 0.08 0 0.51 0.18 69.06 0.53 0.61
Hex C0 D0 66 8 0 33 12 45 35 3D
Octal 300 320 146 10 0 63 22 105 65 75
Binary 11000000 11010000 1100110 1000 0 110011 10010 1000101 110101 111101

Color Harmonies of #C0D066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D066

Black with #C0D066

Text Example


Text Example

White with #C0D066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D066; }

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

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

background-color css

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

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

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

border-color css

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

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

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