#46BC06

Color #46BC06 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #46BC06

Tints of Kelly Green #46BC06

Color information

#46BC06 (or 0x46BC06) is unknown color: approx Kelly Green. HEX triplet: 46, BC and 06. RGB value is (70,188,6). Sum of RGB (Red+Green+Blue) = 70+188+6=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46BC06 is #B943F9. Grayscale: #848484. Windows color (decimal): -12141562 or 441414. OLE color: 441414.

HSL color Cylindrical-coordinate representation of color #46BC06: hue angle of 98.9º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46BC06 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB701886-
CMYK0.6300.970.26
HSL98.9º93.81%38.04%-
HSV(B)98.9º96.81%73.73%-
XYZ20.5437.286.29-
YUV131.9756.9183.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 188 (73.83% from 255) = 71.21%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=26.52%
G=71.21%
B=2.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7018860.6300.970.2698.993.8138.04
Hex46BC63F0611A635e26
Octal10627467701413214313646
Binary100011010111100110111111011000011101011000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46BC06; }

 p { color: rgb(70,188,6); }

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

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

 a { background-color: rgb(70,188,6); }

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

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

 span { border-color: rgb(70,188,6); }

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