Html Css Color HEX #A0BE19 Bahia

📋 copy color: '#A0BE19'

red 160 ◦ green 190 ◦ blue 25

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

Shades of Bahia #A0BE19

Tints of Bahia #A0BE19

RGB

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

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

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

R = 42.67%
G = 50.67%
B = 6.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#A0BE19 (or 0xA0BE19) is known color: Bahia. HEX triplet: A0, BE and 19. RGB value is (160,190,25). Sum of RGB (Red+Green+Blue) = 160+190+25=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE19 is #5F41E6. Grayscale: #A2A2A2. Windows color (decimal): -6242791 or 1687200. OLE color: 1687200.

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

Color convert

RGB 160 190 25 -
CMYK 0.16 0 0.87 0.25
HSL 70.91º 0.77% 0.42% -
HSV(B) 70.91º 0.87% 0.75% -
XYZ 33.09 44.37 7.74 -
YUV 162.22 50.56 126.42 -
System Red Green Blue C M Y K H S L
Decimal 160 190 25 0.16 0 0.87 0.25 70.91 0.77 0.42
Hex A0 BE 19 10 0 57 19 47 4D 2A
Octal 240 276 31 20 0 127 31 107 115 52
Binary 10100000 10111110 11001 10000 0 1010111 11001 1000111 1001101 101010

Color Harmonies of #A0BE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE19

Black with #A0BE19

Text Example


Text Example

White with #A0BE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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