Html Css Color HEX #ABBA19 Bahia

📋 copy color: '#ABBA19'

red 171 ◦ green 186 ◦ blue 25

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

Shades of Bahia #ABBA19

Tints of Bahia #ABBA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.54%

R = 44.76%
G = 48.69%
B = 6.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#ABBA19 (or 0xABBA19) is known color: Bahia. HEX triplet: AB, BA and 19. RGB value is (171,186,25). Sum of RGB (Red+Green+Blue) = 171+186+25=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA19 is #5445E6. Grayscale: #A3A3A3. Windows color (decimal): -5522919 or 1686187. OLE color: 1686187.

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

Color convert

RGB 171 186 25 -
CMYK 0.08 0 0.87 0.27
HSL 65.59º 0.76% 0.41% -
HSV(B) 65.59º 0.87% 0.73% -
XYZ 34.53 43.85 7.56 -
YUV 163.16 50.03 133.59 -
System Red Green Blue C M Y K H S L
Decimal 171 186 25 0.08 0 0.87 0.27 65.59 0.76 0.41
Hex AB BA 19 8 0 57 1B 42 4C 29
Octal 253 272 31 10 0 127 33 102 114 51
Binary 10101011 10111010 11001 1000 0 1010111 11011 1000010 1001100 101001

Color Harmonies of #ABBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA19

Black with #ABBA19

Text Example


Text Example

White with #ABBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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