Html Css Color HEX #A0BE2A Bahia

📋 copy color: '#A0BE2A'

red 160 ◦ green 190 ◦ blue 42

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

Shades of Bahia #A0BE2A

Tints of Bahia #A0BE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 40.82%
G = 48.47%
B = 10.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#A0BE2A (or 0xA0BE2A) is known color: Bahia. HEX triplet: A0, BE and 2A. RGB value is (160,190,42). Sum of RGB (Red+Green+Blue) = 160+190+42=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE2A is #5F41D5. Grayscale: #A4A4A4. Windows color (decimal): -6242774 or 2801312. OLE color: 2801312.

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

Color convert

RGB 160 190 42 -
CMYK 0.16 0 0.78 0.25
HSL 72.16º 0.64% 0.45% -
HSV(B) 72.16º 0.78% 0.75% -
XYZ 33.33 44.47 9.02 -
YUV 164.16 59.06 125.03 -
System Red Green Blue C M Y K H S L
Decimal 160 190 42 0.16 0 0.78 0.25 72.16 0.64 0.45
Hex A0 BE 2A 10 0 4E 19 48 40 2D
Octal 240 276 52 20 0 116 31 110 100 55
Binary 10100000 10111110 101010 10000 0 1001110 11001 1001000 1000000 101101

Color Harmonies of #A0BE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE2A

Black with #A0BE2A

Text Example


Text Example

White with #A0BE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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