Html Css Color HEX #C6CD70 Wild Willow

📋 copy color: '#C6CD70'

red 198 ◦ green 205 ◦ blue 112

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

Shades of Wild Willow #C6CD70

Tints of Wild Willow #C6CD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 38.45%
G = 39.81%
B = 21.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#C6CD70 (or 0xC6CD70) is known color: Wild Willow. HEX triplet: C6, CD and 70. RGB value is (198,205,112). Sum of RGB (Red+Green+Blue) = 198+205+112=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CD70 is #39328F. Grayscale: #C0C0C0. Windows color (decimal): -3748496 or 7392710. OLE color: 7392710.

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

Color convert

RGB 198 205 112 -
CMYK 0.03 0 0.45 0.20
HSL 64.52º 0.48% 0.62% -
HSV(B) 64.52º 0.45% 0.8% -
XYZ 48.04 56.84 23.77 -
YUV 192.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 198 205 112 0.03 0 0.45 0.20 64.52 0.48 0.62
Hex C6 CD 70 3 0 2D 14 41 30 3E
Octal 306 315 160 3 0 55 24 101 60 76
Binary 11000110 11001101 1110000 11 0 101101 10100 1000001 110000 111110

Color Harmonies of #C6CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CD70

Black with #C6CD70

Text Example


Text Example

White with #C6CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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