Html Css Color HEX #C6CC6C Wild Willow

📋 copy color: '#C6CC6C'

red 198 ◦ green 204 ◦ blue 108

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

Shades of Wild Willow #C6CC6C

Tints of Wild Willow #C6CC6C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40%

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

R = 38.82%
G = 40%
B = 21.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#C6CC6C (or 0xC6CC6C) is known color: Wild Willow. HEX triplet: C6, CC and 6C. RGB value is (198,204,108). Sum of RGB (Red+Green+Blue) = 198+204+108=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CC6C is #393393. Grayscale: #BFBFBF. Windows color (decimal): -3748756 or 7130310. OLE color: 7130310.

HSL color Cylindrical-coordinate representation of color #C6CC6C: hue angle of 63.75º degrees, saturation: 0.48, 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 #C6CC6C is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 204 108 -
CMYK 0.03 0 0.47 0.2
HSL 63.75º 0.48% 0.61% -
HSV(B) 63.75º 0.47% 0.8% -
XYZ 47.59 56.27 22.54 -
YUV 191.26 81.01 132.81 -
System Red Green Blue C M Y K H S L
Decimal 198 204 108 0.03 0 0.47 0.2 63.75 0.48 0.61
Hex C6 CC 6C 3 0 2F 14 40 30 3D
Octal 306 314 154 3 0 57 24 100 60 75
Binary 11000110 11001100 1101100 11 0 101111 10100 1000000 110000 111101

Color Harmonies of #C6CC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CC6C

Black with #C6CC6C

Text Example


Text Example

White with #C6CC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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