#ABBD2A

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

Shades of Bahia #ABBD2A

Tints of Bahia #ABBD2A

Color information

#ABBD2A (or 0xABBD2A) is unknown color: approx Bahia. HEX triplet: AB, BD and 2A. RGB value is (171,189,42). Sum of RGB (Red+Green+Blue) = 171+189+42=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD2A is #5442D5. Grayscale: #A7A7A7. Windows color (decimal): -5522134 or 2801067. OLE color: 2801067.

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

Color convert

RGB17118942-
CMYK0.1000.780.26
HSL67.35º63.64%45.29%-
HSV(B)67.35º77.78%74.12%-
XYZ35.4145.229.05-
YUV166.8657.54130.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 189 (74.22% from 255) = 47.01%
BLUE value IS 42 (16.80% from 255) = 10.45%
R=42.54%
G=47.01%
B=10.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171189420.1000.780.2667.3563.6445.29
HexABBD2AA04E1A43402d
Octal253275521201163210310055
Binary10101011101111011010101010010011101101010000111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD2A; }

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

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

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

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

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

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

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

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