Html Css Color HEX #A2B21A Bahia

📋 copy color: '#A2B21A'

red 162 ◦ green 178 ◦ blue 26

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

Shades of Bahia #A2B21A

Tints of Bahia #A2B21A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.63%

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 44.26%
G = 48.63%
B = 7.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#A2B21A (or 0xA2B21A) is known color: Bahia. HEX triplet: A2, B2 and 1A. RGB value is (162,178,26). Sum of RGB (Red+Green+Blue) = 162+178+26=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B21A is #5D4DE5. Grayscale: #9C9C9C. Windows color (decimal): -6114790 or 1749666. OLE color: 1749666.

HSL color Cylindrical-coordinate representation of color #A2B21A: hue angle of 66.32º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2B21A is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 178 26 -
CMYK 0.09 0 0.85 0.30
HSL 66.32º 0.75% 0.4% -
HSV(B) 66.32º 0.85% 0.7% -
XYZ 31.01 39.6 6.99 -
YUV 155.89 54.7 132.36 -
System Red Green Blue C M Y K H S L
Decimal 162 178 26 0.09 0 0.85 0.30 66.32 0.75 0.4
Hex A2 B2 1A 9 0 55 1E 42 4B 28
Octal 242 262 32 11 0 125 36 102 113 50
Binary 10100010 10110010 11010 1001 0 1010101 11110 1000010 1001011 101000

Color Harmonies of #A2B21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B21A

Black with #A2B21A

Text Example


Text Example

White with #A2B21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B21A; }

 p { color: rgb(162,178,26); }

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

background-color css

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

 a { background-color: rgb(162,178,26); }

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

border-color css

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

 span { border-color: rgb(162,178,26); }

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