Html Css Color HEX #C6CD6C Wild Willow

📋 copy color: '#C6CD6C'

red 198 ◦ green 205 ◦ blue 108

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

Shades of Wild Willow #C6CD6C

Tints of Wild Willow #C6CD6C

RGB

 RED value IS 198 (77.73% from 255) = 38.75%

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

 BLUE value IS 108 (42.58% from 255) = 21.14%

R = 38.75%
G = 40.12%
B = 21.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#C6CD6C (or 0xC6CD6C) is known color: Wild Willow. HEX triplet: C6, CD and 6C. RGB value is (198,205,108). Sum of RGB (Red+Green+Blue) = 198+205+108=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CD6C is #393293. Grayscale: #C0C0C0. Windows color (decimal): -3748500 or 7130566. OLE color: 7130566.

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

Color convert

RGB 198 205 108 -
CMYK 0.03 0 0.47 0.20
HSL 64.33º 0.49% 0.61% -
HSV(B) 64.33º 0.47% 0.8% -
XYZ 47.83 56.75 22.62 -
YUV 191.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 198 205 108 0.03 0 0.47 0.20 64.33 0.49 0.61
Hex C6 CD 6C 3 0 2F 14 40 31 3D
Octal 306 315 154 3 0 57 24 100 61 75
Binary 11000110 11001101 1101100 11 0 101111 10100 1000000 110001 111101

Color Harmonies of #C6CD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CD6C

Black with #C6CD6C

Text Example


Text Example

White with #C6CD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CD6C; }

 p { color: rgb(198,205,108); }

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

background-color css

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

 a { background-color: rgb(198,205,108); }

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

border-color css

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

 span { border-color: rgb(198,205,108); }

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