#ABBE11

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

Shades of Bahia #ABBE11

Tints of Bahia #ABBE11

Color information

#ABBE11 (or 0xABBE11) is unknown color: approx Bahia. HEX triplet: AB, BE and 11. RGB value is (171,190,17). Sum of RGB (Red+Green+Blue) = 171+190+17=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBE11 is #5441EE. Grayscale: #A5A5A5. Windows color (decimal): -5521903 or 1162923. OLE color: 1162923.

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

Color convert

RGB17119017-
CMYK0.1000.910.25
HSL66.59º83.57%40.59%-
HSV(B)66.59º91.05%74.51%-
XYZ35.3145.537.46-
YUV164.644.71132.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 190 (74.61% from 255) = 50.26%
BLUE value IS 17 (7.03% from 255) = 4.50%
R=45.24%
G=50.26%
B=4.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171190170.1000.910.2566.5983.5740.59
HexABBE11A05B19435429
Octal253276211201333110312451
Binary1010101110111110100011010010110111100110000111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBE11; }

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

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

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

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

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

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

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

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