Html Css Color HEX #A1B721 Bahia

📋 copy color: '#A1B721'

red 161 ◦ green 183 ◦ blue 33

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

Shades of Bahia #A1B721

Tints of Bahia #A1B721

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.54%

 BLUE value IS 33 (13.28% from 255) = 8.75%

R = 42.71%
G = 48.54%
B = 8.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#A1B721 (or 0xA1B721) is known color: Bahia. HEX triplet: A1, B7 and 21. RGB value is (161,183,33). Sum of RGB (Red+Green+Blue) = 161+183+33=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B721 is #5E48DE. Grayscale: #9F9F9F. Windows color (decimal): -6179039 or 2209697. OLE color: 2209697.

HSL color Cylindrical-coordinate representation of color #A1B721: hue angle of 68.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1B721 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 33 -
CMYK 0.12 0 0.82 0.28
HSL 68.8º 0.69% 0.42% -
HSV(B) 68.8º 0.82% 0.72% -
XYZ 31.91 41.55 7.78 -
YUV 159.32 56.71 129.2 -
System Red Green Blue C M Y K H S L
Decimal 161 183 33 0.12 0 0.82 0.28 68.8 0.69 0.42
Hex A1 B7 21 C 0 52 1C 45 45 2A
Octal 241 267 41 14 0 122 34 105 105 52
Binary 10100001 10110111 100001 1100 0 1010010 11100 1000101 1000101 101010

Color Harmonies of #A1B721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B721

Black with #A1B721

Text Example


Text Example

White with #A1B721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B721; }

 p { color: rgb(161,183,33); }

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

background-color css

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

 a { background-color: rgb(161,183,33); }

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

border-color css

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

 span { border-color: rgb(161,183,33); }

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