Html Css Color HEX #ABBA31 Bahia

📋 copy color: '#ABBA31'

red 171 ◦ green 186 ◦ blue 49

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

Shades of Bahia #ABBA31

Tints of Bahia #ABBA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.07%

R = 42.12%
G = 45.81%
B = 12.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#ABBA31 (or 0xABBA31) is known color: Bahia. HEX triplet: AB, BA and 31. RGB value is (171,186,49). Sum of RGB (Red+Green+Blue) = 171+186+49=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA31 is #5445CE. Grayscale: #A6A6A6. Windows color (decimal): -5522895 or 3259051. OLE color: 3259051.

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

Color convert

RGB 171 186 49 -
CMYK 0.08 0 0.74 0.27
HSL 66.57º 0.58% 0.46% -
HSV(B) 66.57º 0.74% 0.73% -
XYZ 34.91 44 9.56 -
YUV 165.9 62.03 131.64 -
System Red Green Blue C M Y K H S L
Decimal 171 186 49 0.08 0 0.74 0.27 66.57 0.58 0.46
Hex AB BA 31 8 0 4A 1B 43 3A 2E
Octal 253 272 61 10 0 112 33 103 72 56
Binary 10101011 10111010 110001 1000 0 1001010 11011 1000011 111010 101110

Color Harmonies of #ABBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA31

Black with #ABBA31

Text Example


Text Example

White with #ABBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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