Html Css Color HEX #A0BA19 Bahia

📋 copy color: '#A0BA19'

red 160 ◦ green 186 ◦ blue 25

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

Shades of Bahia #A0BA19

Tints of Bahia #A0BA19

RGB

 RED value IS 160 (62.89% from 255) = 43.13%

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

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

R = 43.13%
G = 50.13%
B = 6.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#A0BA19 (or 0xA0BA19) is known color: Bahia. HEX triplet: A0, BA and 19. RGB value is (160,186,25). Sum of RGB (Red+Green+Blue) = 160+186+25=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BA19 is #5F45E6. Grayscale: #A0A0A0. Windows color (decimal): -6243815 or 1686176. OLE color: 1686176.

HSL color Cylindrical-coordinate representation of color #A0BA19: hue angle of 69.69º 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 #A0BA19 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 25 -
CMYK 0.14 0 0.87 0.27
HSL 69.69º 0.76% 0.41% -
HSV(B) 69.69º 0.87% 0.73% -
XYZ 32.23 42.66 7.46 -
YUV 159.87 51.89 128.09 -
System Red Green Blue C M Y K H S L
Decimal 160 186 25 0.14 0 0.87 0.27 69.69 0.76 0.41
Hex A0 BA 19 E 0 57 1B 46 4C 29
Octal 240 272 31 16 0 127 33 106 114 51
Binary 10100000 10111010 11001 1110 0 1010111 11011 1000110 1001100 101001

Color Harmonies of #A0BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA19

Black with #A0BA19

Text Example


Text Example

White with #A0BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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