Html Css Color HEX #C6CC6A Wild Willow

📋 copy color: '#C6CC6A'

red 198 ◦ green 204 ◦ blue 106

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

Shades of Wild Willow #C6CC6A

Tints of Wild Willow #C6CC6A

RGB

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

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

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

R = 38.98%
G = 40.16%
B = 20.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#C6CC6A (or 0xC6CC6A) is known color: Wild Willow. HEX triplet: C6, CC and 6A. RGB value is (198,204,106). Sum of RGB (Red+Green+Blue) = 198+204+106=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CC6A is #393395. Grayscale: #BFBFBF. Windows color (decimal): -3748758 or 6999238. OLE color: 6999238.

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

Color convert

RGB 198 204 106 -
CMYK 0.03 0 0.48 0.2
HSL 63.67º 0.49% 0.61% -
HSV(B) 63.67º 0.48% 0.8% -
XYZ 47.48 56.23 21.99 -
YUV 191.03 80.01 132.97 -
System Red Green Blue C M Y K H S L
Decimal 198 204 106 0.03 0 0.48 0.2 63.67 0.49 0.61
Hex C6 CC 6A 3 0 30 14 40 31 3D
Octal 306 314 152 3 0 60 24 100 61 75
Binary 11000110 11001100 1101010 11 0 110000 10100 1000000 110001 111101

Color Harmonies of #C6CC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CC6A

Black with #C6CC6A

Text Example


Text Example

White with #C6CC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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