#C6CE70

Color #C6CE70 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C6CE70

Tints of Wild Willow #C6CE70

Color information

#C6CE70 (or 0xC6CE70) is unknown color: approx 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

RGB198206112-
CMYK0.0400.460.19
HSL65.11º48.96%62.35%-
HSV(B)65.11º45.63%80.78%-
XYZ48.2857.3223.85-
YUV192.8982.35131.64-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982061120.0400.460.1965.1148.9662.35
HexC6CE70402E1341313e
Octal3063161604056231016176
Binary110001101100111011100001000101110100111000001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>