Html Css Color HEX #A1B420 Bahia

📋 copy color: '#A1B420'

red 161 ◦ green 180 ◦ blue 32

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

Shades of Bahia #A1B420

Tints of Bahia #A1B420

RGB

 RED value IS 161 (63.28% from 255) = 43.16%

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

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

R = 43.16%
G = 48.26%
B = 8.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#A1B420 (or 0xA1B420) is known color: Bahia. HEX triplet: A1, B4 and 20. RGB value is (161,180,32). Sum of RGB (Red+Green+Blue) = 161+180+32=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B420 is #5E4BDF. Grayscale: #9E9E9E. Windows color (decimal): -6179808 or 2143393. OLE color: 2143393.

HSL color Cylindrical-coordinate representation of color #A1B420: hue angle of 67.7º 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 #A1B420 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 180 32 -
CMYK 0.11 0 0.82 0.29
HSL 67.7º 0.7% 0.42% -
HSV(B) 67.7º 0.82% 0.71% -
XYZ 31.28 40.32 7.5 -
YUV 157.45 57.21 130.53 -
System Red Green Blue C M Y K H S L
Decimal 161 180 32 0.11 0 0.82 0.29 67.7 0.7 0.42
Hex A1 B4 20 B 0 52 1D 44 46 2A
Octal 241 264 40 13 0 122 35 104 106 52
Binary 10100001 10110100 100000 1011 0 1010010 11101 1000100 1000110 101010

Color Harmonies of #A1B420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B420

Black with #A1B420

Text Example


Text Example

White with #A1B420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B420; }

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

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

background-color css

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

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

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

border-color css

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

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

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