Html Css Color HEX #C0CD6A Wild Willow

📋 copy color: '#C0CD6A'

red 192 ◦ green 205 ◦ blue 106

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

Shades of Wild Willow #C0CD6A

Tints of Wild Willow #C0CD6A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.76%

 BLUE value IS 106 (41.8% from 255) = 21.07%

R = 38.17%
G = 40.76%
B = 21.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#C0CD6A (or 0xC0CD6A) is known color: Wild Willow. HEX triplet: C0, CD and 6A. RGB value is (192,205,106). Sum of RGB (Red+Green+Blue) = 192+205+106=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD6A is #3F3295. Grayscale: #BEBEBE. Windows color (decimal): -4141718 or 6999488. OLE color: 6999488.

HSL color Cylindrical-coordinate representation of color #C0CD6A: hue angle of 67.88º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0CD6A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 106 -
CMYK 0.06 0 0.48 0.20
HSL 67.88º 0.5% 0.61% -
HSV(B) 67.88º 0.48% 0.8% -
XYZ 46.17 55.91 21.99 -
YUV 189.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 192 205 106 0.06 0 0.48 0.20 67.88 0.5 0.61
Hex C0 CD 6A 6 0 30 14 44 32 3D
Octal 300 315 152 6 0 60 24 104 62 75
Binary 11000000 11001101 1101010 110 0 110000 10100 1000100 110010 111101

Color Harmonies of #C0CD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD6A

Black with #C0CD6A

Text Example


Text Example

White with #C0CD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD6A; }

 p { color: rgb(192,205,106); }

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

background-color css

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

 a { background-color: rgb(192,205,106); }

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

border-color css

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

 span { border-color: rgb(192,205,106); }

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