#ABBD1E

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

Shades of Bahia #ABBD1E

Tints of Bahia #ABBD1E

Color information

#ABBD1E (or 0xABBD1E) is unknown color: approx Bahia. HEX triplet: AB, BD and 1E. RGB value is (171,189,30). Sum of RGB (Red+Green+Blue) = 171+189+30=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD1E is #5442E1. Grayscale: #A6A6A6. Windows color (decimal): -5522146 or 2014635. OLE color: 2014635.

HSL color Cylindrical-coordinate representation of color #ABBD1E: hue angle of 66.79º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABBD1E is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB17118930-
CMYK0.1000.840.26
HSL66.79º72.6%42.94%-
HSV(B)66.79º84.13%74.12%-
XYZ35.2345.158.09-
YUV165.4951.54131.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 189 (74.22% from 255) = 48.46%
BLUE value IS 30 (12.11% from 255) = 7.69%
R=43.85%
G=48.46%
B=7.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171189300.1000.840.2666.7972.642.94
HexABBD1EA0541A43492b
Octal253275361201243210311153
Binary1010101110111101111101010010101001101010000111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD1E; }

 p { color: rgb(171,189,30); }

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

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

 a { background-color: rgb(171,189,30); }

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

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

 span { border-color: rgb(171,189,30); }

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