#6ABA20

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

Shades of Christi #6ABA20

Tints of Christi #6ABA20

Color information

#6ABA20 (or 0x6ABA20) is unknown color: approx Christi. HEX triplet: 6A, BA and 20. RGB value is (106,186,32). Sum of RGB (Red+Green+Blue) = 106+186+32=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABA20 is #9545DF. Grayscale: #919191. Windows color (decimal): -9782752 or 2144874. OLE color: 2144874.

HSL color Cylindrical-coordinate representation of color #6ABA20: hue angle of 91.17º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6ABA20 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB10618632-
CMYK0.4300.830.27
HSL91.17º70.64%42.75%-
HSV(B)91.17º82.8%72.94%-
XYZ23.7638.297.5-
YUV144.5264.5100.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.72%
GREEN value IS 186 (73.05% from 255) = 57.41%
BLUE value IS 32 (12.89% from 255) = 9.88%
R=32.72%
G=57.41%
B=9.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106186320.4300.830.2791.1770.6442.75
Hex6ABA202B0531B5b472b
Octal152272405301233313310753
Binary110101010111010100000101011010100111101110110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ABA20; }

 p { color: rgb(106,186,32); }

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

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

 a { background-color: rgb(106,186,32); }

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

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

 span { border-color: rgb(106,186,32); }

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