Html Css Color HEX #A2B420 Bahia

📋 copy color: '#A2B420'

red 162 ◦ green 180 ◦ blue 32

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

Shades of Bahia #A2B420

Tints of Bahia #A2B420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.13%

 BLUE value IS 32 (12.89% from 255) = 8.56%

R = 43.32%
G = 48.13%
B = 8.56%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#A2B420 (or 0xA2B420) is known color: Bahia. HEX triplet: A2, B4 and 20. RGB value is (162,180,32). Sum of RGB (Red+Green+Blue) = 162+180+32=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B420 is #5D4BDF. Grayscale: #9E9E9E. Windows color (decimal): -6114272 or 2143394. OLE color: 2143394.

HSL color Cylindrical-coordinate representation of color #A2B420: hue angle of 67.3º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2B420 is Cyan = 0.1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 180 32 -
CMYK 0.1 0 0.82 0.29
HSL 67.3º 0.7% 0.42% -
HSV(B) 67.3º 0.82% 0.71% -
XYZ 31.48 40.43 7.51 -
YUV 157.75 57.04 131.03 -
System Red Green Blue C M Y K H S L
Decimal 162 180 32 0.1 0 0.82 0.29 67.3 0.7 0.42
Hex A2 B4 20 A 0 52 1D 43 46 2A
Octal 242 264 40 12 0 122 35 103 106 52
Binary 10100010 10110100 100000 1010 0 1010010 11101 1000011 1000110 101010

Color Harmonies of #A2B420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B420

Black with #A2B420

Text Example


Text Example

White with #A2B420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B420; }

 p { color: rgb(162,180,32); }

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

background-color css

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

 a { background-color: rgb(162,180,32); }

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

border-color css

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

 span { border-color: rgb(162,180,32); }

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