Html Css Color HEX #A2BE25 Bahia

📋 copy color: '#A2BE25'

red 162 ◦ green 190 ◦ blue 37

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

Shades of Bahia #A2BE25

Tints of Bahia #A2BE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.51%

R = 41.65%
G = 48.84%
B = 9.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#A2BE25 (or 0xA2BE25) is known color: Bahia. HEX triplet: A2, BE and 25. RGB value is (162,190,37). Sum of RGB (Red+Green+Blue) = 162+190+37=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE25 is #5D41DA. Grayscale: #A4A4A4. Windows color (decimal): -6111707 or 2473634. OLE color: 2473634.

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

Color convert

RGB 162 190 37 -
CMYK 0.15 0 0.81 0.25
HSL 70.98º 0.67% 0.45% -
HSV(B) 70.98º 0.81% 0.75% -
XYZ 33.65 44.64 8.59 -
YUV 164.19 56.22 126.44 -
System Red Green Blue C M Y K H S L
Decimal 162 190 37 0.15 0 0.81 0.25 70.98 0.67 0.45
Hex A2 BE 25 F 0 51 19 47 43 2D
Octal 242 276 45 17 0 121 31 107 103 55
Binary 10100010 10111110 100101 1111 0 1010001 11001 1000111 1000011 101101

Color Harmonies of #A2BE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE25

Black with #A2BE25

Text Example


Text Example

White with #A2BE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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