Html Css Color HEX #ABBA2A Bahia

📋 copy color: '#ABBA2A'

red 171 ◦ green 186 ◦ blue 42

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

Shades of Bahia #ABBA2A

Tints of Bahia #ABBA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.53%

R = 42.86%
G = 46.62%
B = 10.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#ABBA2A (or 0xABBA2A) is known color: Bahia. HEX triplet: AB, BA and 2A. RGB value is (171,186,42). Sum of RGB (Red+Green+Blue) = 171+186+42=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA2A is #5445D5. Grayscale: #A5A5A5. Windows color (decimal): -5522902 or 2800299. OLE color: 2800299.

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

Color convert

RGB 171 186 42 -
CMYK 0.08 0 0.77 0.27
HSL 66.25º 0.63% 0.45% -
HSV(B) 66.25º 0.77% 0.73% -
XYZ 34.77 43.94 8.84 -
YUV 165.1 58.53 132.21 -
System Red Green Blue C M Y K H S L
Decimal 171 186 42 0.08 0 0.77 0.27 66.25 0.63 0.45
Hex AB BA 2A 8 0 4D 1B 42 3F 2D
Octal 253 272 52 10 0 115 33 102 77 55
Binary 10101011 10111010 101010 1000 0 1001101 11011 1000010 111111 101101

Color Harmonies of #ABBA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA2A

Black with #ABBA2A

Text Example


Text Example

White with #ABBA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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