Html Css Color HEX #ABBA13 Bahia

📋 copy color: '#ABBA13'

red 171 ◦ green 186 ◦ blue 19

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

Shades of Bahia #ABBA13

Tints of Bahia #ABBA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.05%

R = 45.48%
G = 49.47%
B = 5.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#ABBA13 (or 0xABBA13) is known color: Bahia. HEX triplet: AB, BA and 13. RGB value is (171,186,19). Sum of RGB (Red+Green+Blue) = 171+186+19=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA13 is #5445EC. Grayscale: #A3A3A3. Windows color (decimal): -5522925 or 1292971. OLE color: 1292971.

HSL color Cylindrical-coordinate representation of color #ABBA13: hue angle of 65.39º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABBA13 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 19 -
CMYK 0.08 0 0.90 0.27
HSL 65.39º 0.81% 0.4% -
HSV(B) 65.39º 0.9% 0.73% -
XYZ 34.47 43.82 7.26 -
YUV 162.48 47.03 134.08 -
System Red Green Blue C M Y K H S L
Decimal 171 186 19 0.08 0 0.90 0.27 65.39 0.81 0.4
Hex AB BA 13 8 0 5A 1B 41 51 28
Octal 253 272 23 10 0 132 33 101 121 50
Binary 10101011 10111010 10011 1000 0 1011010 11011 1000001 1010001 101000

Color Harmonies of #ABBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA13

Black with #ABBA13

Text Example


Text Example

White with #ABBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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