Html Css Color HEX #A2BE2A Bahia

📋 copy color: '#A2BE2A'

red 162 ◦ green 190 ◦ blue 42

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

Shades of Bahia #A2BE2A

Tints of Bahia #A2BE2A

RGB

 RED value IS 162 (63.67% from 255) = 41.12%

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

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

R = 41.12%
G = 48.22%
B = 10.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#A2BE2A (or 0xA2BE2A) is known color: Bahia. HEX triplet: A2, BE and 2A. RGB value is (162,190,42). Sum of RGB (Red+Green+Blue) = 162+190+42=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE2A is #5D41D5. Grayscale: #A5A5A5. Windows color (decimal): -6111702 or 2801314. OLE color: 2801314.

HSL color Cylindrical-coordinate representation of color #A2BE2A: hue angle of 71.35º 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 #A2BE2A is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 42 -
CMYK 0.15 0 0.78 0.25
HSL 71.35º 0.64% 0.45% -
HSV(B) 71.35º 0.78% 0.75% -
XYZ 33.73 44.68 9.04 -
YUV 164.76 58.72 126.03 -
System Red Green Blue C M Y K H S L
Decimal 162 190 42 0.15 0 0.78 0.25 71.35 0.64 0.45
Hex A2 BE 2A F 0 4E 19 47 40 2D
Octal 242 276 52 17 0 116 31 107 100 55
Binary 10100010 10111110 101010 1111 0 1001110 11001 1000111 1000000 101101

Color Harmonies of #A2BE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE2A

Black with #A2BE2A

Text Example


Text Example

White with #A2BE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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