Html Css Color HEX #C6CE70 Wild Willow

📋 copy color: '#C6CE70'

red 198 ◦ green 206 ◦ blue 112

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

Shades of Wild Willow #C6CE70

Tints of Wild Willow #C6CE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.92%

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

R = 38.37%
G = 39.92%
B = 21.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#C6CE70 (or 0xC6CE70) is known color: Wild Willow. HEX triplet: C6, CE and 70. RGB value is (198,206,112). Sum of RGB (Red+Green+Blue) = 198+206+112=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CE70 is #39318F. Grayscale: #C1C1C1. Windows color (decimal): -3748240 or 7392966. OLE color: 7392966.

HSL color Cylindrical-coordinate representation of color #C6CE70: hue angle of 65.11º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6CE70 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 206 112 -
CMYK 0.04 0 0.46 0.19
HSL 65.11º 0.49% 0.62% -
HSV(B) 65.11º 0.46% 0.81% -
XYZ 48.28 57.32 23.85 -
YUV 192.89 82.35 131.64 -
System Red Green Blue C M Y K H S L
Decimal 198 206 112 0.04 0 0.46 0.19 65.11 0.49 0.62
Hex C6 CE 70 4 0 2E 13 41 31 3E
Octal 306 316 160 4 0 56 23 101 61 76
Binary 11000110 11001110 1110000 100 0 101110 10011 1000001 110001 111110

Color Harmonies of #C6CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CE70

Black with #C6CE70

Text Example


Text Example

White with #C6CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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