Html Css Color HEX #A2BE1E Bahia

📋 copy color: '#A2BE1E'

red 162 ◦ green 190 ◦ blue 30

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

Shades of Bahia #A2BE1E

Tints of Bahia #A2BE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.85%

R = 42.41%
G = 49.74%
B = 7.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#A2BE1E (or 0xA2BE1E) is known color: Bahia. HEX triplet: A2, BE and 1E. RGB value is (162,190,30). Sum of RGB (Red+Green+Blue) = 162+190+30=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE1E is #5D41E1. Grayscale: #A4A4A4. Windows color (decimal): -6111714 or 2014882. OLE color: 2014882.

HSL color Cylindrical-coordinate representation of color #A2BE1E: hue angle of 70.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2BE1E is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 30 -
CMYK 0.15 0 0.84 0.25
HSL 70.5º 0.73% 0.43% -
HSV(B) 70.5º 0.84% 0.75% -
XYZ 33.55 44.6 8.07 -
YUV 163.39 52.72 127.01 -
System Red Green Blue C M Y K H S L
Decimal 162 190 30 0.15 0 0.84 0.25 70.5 0.73 0.43
Hex A2 BE 1E F 0 54 19 46 49 2B
Octal 242 276 36 17 0 124 31 106 111 53
Binary 10100010 10111110 11110 1111 0 1010100 11001 1000110 1001001 101011

Color Harmonies of #A2BE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE1E

Black with #A2BE1E

Text Example


Text Example

White with #A2BE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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