Html Css Color HEX #A0BE1A Bahia

📋 copy color: '#A0BE1A'

red 160 ◦ green 190 ◦ blue 26

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

Shades of Bahia #A0BE1A

Tints of Bahia #A0BE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.53%

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 42.55%
G = 50.53%
B = 6.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#A0BE1A (or 0xA0BE1A) is known color: Bahia. HEX triplet: A0, BE and 1A. RGB value is (160,190,26). Sum of RGB (Red+Green+Blue) = 160+190+26=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE1A is #5F41E5. Grayscale: #A2A2A2. Windows color (decimal): -6242790 or 1752736. OLE color: 1752736.

HSL color Cylindrical-coordinate representation of color #A0BE1A: hue angle of 70.98º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0BE1A is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 26 -
CMYK 0.16 0 0.86 0.25
HSL 70.98º 0.76% 0.42% -
HSV(B) 70.98º 0.86% 0.75% -
XYZ 33.1 44.38 7.8 -
YUV 162.33 51.06 126.34 -
System Red Green Blue C M Y K H S L
Decimal 160 190 26 0.16 0 0.86 0.25 70.98 0.76 0.42
Hex A0 BE 1A 10 0 56 19 47 4C 2A
Octal 240 276 32 20 0 126 31 107 114 52
Binary 10100000 10111110 11010 10000 0 1010110 11001 1000111 1001100 101010

Color Harmonies of #A0BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE1A

Black with #A0BE1A

Text Example


Text Example

White with #A0BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE1A; }

 p { color: rgb(160,190,26); }

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

background-color css

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

 a { background-color: rgb(160,190,26); }

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

border-color css

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

 span { border-color: rgb(160,190,26); }

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