Html Css Color HEX #A2BE2E Bahia

📋 copy color: '#A2BE2E'

red 162 ◦ green 190 ◦ blue 46

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

Shades of Bahia #A2BE2E

Tints of Bahia #A2BE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.56%

R = 40.7%
G = 47.74%
B = 11.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#A2BE2E (or 0xA2BE2E) is known color: Bahia. HEX triplet: A2, BE and 2E. RGB value is (162,190,46). Sum of RGB (Red+Green+Blue) = 162+190+46=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE2E is #5D41D1. Grayscale: #A5A5A5. Windows color (decimal): -6111698 or 3063458. OLE color: 3063458.

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

Color convert

RGB 162 190 46 -
CMYK 0.15 0 0.76 0.25
HSL 71.67º 0.61% 0.46% -
HSV(B) 71.67º 0.76% 0.75% -
XYZ 33.81 44.71 9.43 -
YUV 165.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 162 190 46 0.15 0 0.76 0.25 71.67 0.61 0.46
Hex A2 BE 2E F 0 4C 19 48 3D 2E
Octal 242 276 56 17 0 114 31 110 75 56
Binary 10100010 10111110 101110 1111 0 1001100 11001 1001000 111101 101110

Color Harmonies of #A2BE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE2E

Black with #A2BE2E

Text Example


Text Example

White with #A2BE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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