#C6CB40

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

Shades of Wattle #C6CB40

Tints of Wattle #C6CB40

Color information

#C6CB40 (or 0xC6CB40) is unknown color: approx Wattle. HEX triplet: C6, CB and 40. RGB value is (198,203,64). Sum of RGB (Red+Green+Blue) = 198+203+64=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CB40 is #3934BF. Grayscale: #BABABA. Windows color (decimal): -3749056 or 4246470. OLE color: 4246470.

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

Color convert

RGB19820364-
CMYK0.0200.680.20
HSL62.16º57.2%52.35%-
HSV(B)62.16º68.47%79.61%-
XYZ45.5755.0913.08-
YUV185.6659.34136.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.58%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 64 (25.39% from 255) = 13.76%
R=42.58%
G=43.66%
B=13.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198203640.0200.680.2062.1657.252.35
HexC6CB402044143e3934
Octal3063131002010424767164
Binary11000110110010111000000100100010010100111110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CB40; }

 p { color: rgb(198,203,64); }

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

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

 a { background-color: rgb(198,203,64); }

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

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

 span { border-color: rgb(198,203,64); }

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