#6ABA2B

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

Shades of Christi #6ABA2B

Tints of Christi #6ABA2B

Color information

#6ABA2B (or 0x6ABA2B) is unknown color: approx Christi. HEX triplet: 6A, BA and 2B. RGB value is (106,186,43). Sum of RGB (Red+Green+Blue) = 106+186+43=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABA2B is #9545D4. Grayscale: #929292. Windows color (decimal): -9782741 or 2865770. OLE color: 2865770.

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

Color convert

RGB10618643-
CMYK0.4300.770.27
HSL93.57º62.45%44.9%-
HSV(B)93.57º76.88%72.94%-
XYZ23.9438.368.43-
YUV145.787099.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 43 (17.19% from 255) = 12.84%
R=31.64%
G=55.52%
B=12.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106186430.4300.770.2793.5762.4544.9
Hex6ABA2B2B04D1B5e3e2d
Octal15227253530115331367655
Binary11010101011101010101110101101001101110111011110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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