#ABBE2A

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

Shades of Bahia #ABBE2A

Tints of Bahia #ABBE2A

Color information

#ABBE2A (or 0xABBE2A) is unknown color: approx Bahia. HEX triplet: AB, BE and 2A. RGB value is (171,190,42). Sum of RGB (Red+Green+Blue) = 171+190+42=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBE2A is #5441D5. Grayscale: #A8A8A8. Windows color (decimal): -5521878 or 2801323. OLE color: 2801323.

HSL color Cylindrical-coordinate representation of color #ABBE2A: hue angle of 67.7º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABBE2A is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB17119042-
CMYK0.1000.780.25
HSL67.7º63.79%45.49%-
HSV(B)67.7º77.89%74.51%-
XYZ35.6345.659.12-
YUV167.4557.21130.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 190 (74.61% from 255) = 47.15%
BLUE value IS 42 (16.80% from 255) = 10.42%
R=42.43%
G=47.15%
B=10.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171190420.1000.780.2567.763.7945.49
HexABBE2AA04E1944402d
Octal253276521201163110410055
Binary10101011101111101010101010010011101100110001001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBE2A; }

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

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

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

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

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

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

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

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