Html Css Color HEX #ABBA1A Bahia

📋 copy color: '#ABBA1A'

red 171 ◦ green 186 ◦ blue 26

#ABBA1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ABBA1A

Tints of Bahia #ABBA1A

RGB

 RED value IS 171 (67.19% from 255) = 44.65%

 GREEN value IS 186 (73.05% from 255) = 48.56%

 BLUE value IS 26 (10.55% from 255) = 6.79%

R = 44.65%
G = 48.56%
B = 6.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#ABBA1A (or 0xABBA1A) is known color: Bahia. HEX triplet: AB, BA and 1A. RGB value is (171,186,26). Sum of RGB (Red+Green+Blue) = 171+186+26=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA1A is #5445E5. Grayscale: #A3A3A3. Windows color (decimal): -5522918 or 1751723. OLE color: 1751723.

HSL color Cylindrical-coordinate representation of color #ABBA1A: hue angle of 65.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABBA1A is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 26 -
CMYK 0.08 0 0.86 0.27
HSL 65.63º 0.75% 0.42% -
HSV(B) 65.63º 0.86% 0.73% -
XYZ 34.54 43.85 7.62 -
YUV 163.28 50.53 133.51 -
System Red Green Blue C M Y K H S L
Decimal 171 186 26 0.08 0 0.86 0.27 65.63 0.75 0.42
Hex AB BA 1A 8 0 56 1B 42 4B 2A
Octal 253 272 32 10 0 126 33 102 113 52
Binary 10101011 10111010 11010 1000 0 1010110 11011 1000010 1001011 101010

Color Harmonies of #ABBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA1A

Black with #ABBA1A

Text Example


Text Example

White with #ABBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA1A; }

 p { color: rgb(171,186,26); }

 H1.HeaderClassName
 {
   color: #ABBA1A;
 }
 .AnyTagClassName
 {
   color: #ABBA1A;
 }
</style>

background-color css

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

 a { background-color: rgb(171,186,26); }

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

border-color css

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

 span { border-color: rgb(171,186,26); }

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