#abc32a

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

Shades of Bahia #ABC32A

Tints of Bahia #ABC32A

Color information

#ABC32A (or 0xABC32A) is unknown color: approx Bahia. HEX triplet: AB, C3 and 2A. RGB value is (171,195,42). Sum of RGB (Red+Green+Blue) = 171+195+42=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC32A is #543CD5. Grayscale: #AAAAAA. Windows color (decimal): -5520598 or 2802603. OLE color: 2802603.

HSL color Cylindrical-coordinate representation of color #ABC32A: hue angle of 69.41º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABC32A is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB17119542-
CMYK0.1200.780.24
HSL69.41º64.56%46.47%-
HSV(B)69.41º78.46%76.47%-
XYZ36.7347.869.49-
YUV170.3855.55128.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 195 (76.56% from 255) = 47.79%
BLUE value IS 42 (16.80% from 255) = 10.29%
R=41.91%
G=47.79%
B=10.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171195420.1200.780.2469.4164.5646.47
HexABC32AC04E1845412e
Octal253303521401163010510156
Binary10101011110000111010101100010011101100010001011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abc32a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abc32a; }

 p { color: rgb(171,195,42); }

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

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

 a { background-color: rgb(171,195,42); }

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

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

 span { border-color: rgb(171,195,42); }

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