Html Css Color HEX #A2B721 Bahia

📋 copy color: '#A2B721'

red 162 ◦ green 183 ◦ blue 33

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

Shades of Bahia #A2B721

Tints of Bahia #A2B721

RGB

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

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

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

R = 42.86%
G = 48.41%
B = 8.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#A2B721 (or 0xA2B721) is known color: Bahia. HEX triplet: A2, B7 and 21. RGB value is (162,183,33). Sum of RGB (Red+Green+Blue) = 162+183+33=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B721 is #5D48DE. Grayscale: #A0A0A0. Windows color (decimal): -6113503 or 2209698. OLE color: 2209698.

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

Color convert

RGB 162 183 33 -
CMYK 0.11 0 0.82 0.28
HSL 68.4º 0.69% 0.42% -
HSV(B) 68.4º 0.82% 0.72% -
XYZ 32.11 41.66 7.79 -
YUV 159.62 56.54 129.7 -
System Red Green Blue C M Y K H S L
Decimal 162 183 33 0.11 0 0.82 0.28 68.4 0.69 0.42
Hex A2 B7 21 B 0 52 1C 44 45 2A
Octal 242 267 41 13 0 122 34 104 105 52
Binary 10100010 10110111 100001 1011 0 1010010 11100 1000100 1000101 101010

Color Harmonies of #A2B721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B721

Black with #A2B721

Text Example


Text Example

White with #A2B721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B721; }

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

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

background-color css

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

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

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

border-color css

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

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

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