Html Css Color HEX #A2BB2A Bahia

📋 copy color: '#A2BB2A'

red 162 ◦ green 187 ◦ blue 42

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

Shades of Bahia #A2BB2A

Tints of Bahia #A2BB2A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.83%

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

R = 41.43%
G = 47.83%
B = 10.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#A2BB2A (or 0xA2BB2A) is known color: Bahia. HEX triplet: A2, BB and 2A. RGB value is (162,187,42). Sum of RGB (Red+Green+Blue) = 162+187+42=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BB2A is #5D44D5. Grayscale: #A3A3A3. Windows color (decimal): -6112470 or 2800546. OLE color: 2800546.

HSL color Cylindrical-coordinate representation of color #A2BB2A: hue angle of 70.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2BB2A is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 187 42 -
CMYK 0.13 0 0.78 0.27
HSL 70.34º 0.63% 0.45% -
HSV(B) 70.34º 0.78% 0.73% -
XYZ 33.09 43.39 8.82 -
YUV 163 59.72 127.29 -
System Red Green Blue C M Y K H S L
Decimal 162 187 42 0.13 0 0.78 0.27 70.34 0.63 0.45
Hex A2 BB 2A D 0 4E 1B 46 3F 2D
Octal 242 273 52 15 0 116 33 106 77 55
Binary 10100010 10111011 101010 1101 0 1001110 11011 1000110 111111 101101

Color Harmonies of #A2BB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BB2A

Black with #A2BB2A

Text Example


Text Example

White with #A2BB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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