#C6CD47

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

Shades of Wattle #C6CD47

Tints of Wattle #C6CD47

Color information

#C6CD47 (or 0xC6CD47) is unknown color: approx Wattle. HEX triplet: C6, CD and 47. RGB value is (198,205,71). Sum of RGB (Red+Green+Blue) = 198+205+71=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CD47 is #3932B8. Grayscale: #BCBCBC. Windows color (decimal): -3748537 or 4705734. OLE color: 4705734.

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

Color convert

RGB19820571-
CMYK0.0300.650.20
HSL63.13º57.26%54.12%-
HSV(B)63.13º65.37%80.39%-
XYZ46.2656.1214.36-
YUV187.6362.18135.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 71 (28.12% from 255) = 14.98%
R=41.77%
G=43.25%
B=14.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198205710.0300.650.2063.1357.2654.12
HexC6CD473041143f3936
Octal3063151073010124777166
Binary11000110110011011000111110100000110100111111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CD47; }

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

 H1.HeaderClassName
 {
   color: #C6CD47;
 }
 .AnyTagClassName
 {
   color: #C6CD47;
 }
</style>
background-color css

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

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

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

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

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

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