Html Css Color HEX #A4B221 Bahia

📋 copy color: '#A4B221'

red 164 ◦ green 178 ◦ blue 33

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

Shades of Bahia #A4B221

Tints of Bahia #A4B221

RGB

 RED value IS 164 (64.45% from 255) = 43.73%

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

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

R = 43.73%
G = 47.47%
B = 8.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#A4B221 (or 0xA4B221) is known color: Bahia. HEX triplet: A4, B2 and 21. RGB value is (164,178,33). Sum of RGB (Red+Green+Blue) = 164+178+33=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4B221 is #5B4DDE. Grayscale: #9D9D9D. Windows color (decimal): -5983711 or 2208420. OLE color: 2208420.

HSL color Cylindrical-coordinate representation of color #A4B221: hue angle of 65.79º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A4B221 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 178 33 -
CMYK 0.08 0 0.81 0.30
HSL 65.79º 0.69% 0.41% -
HSV(B) 65.79º 0.81% 0.7% -
XYZ 31.5 39.84 7.47 -
YUV 157.28 57.86 132.79 -
System Red Green Blue C M Y K H S L
Decimal 164 178 33 0.08 0 0.81 0.30 65.79 0.69 0.41
Hex A4 B2 21 8 0 51 1E 42 45 29
Octal 244 262 41 10 0 121 36 102 105 51
Binary 10100100 10110010 100001 1000 0 1010001 11110 1000010 1000101 101001

Color Harmonies of #A4B221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B221

Black with #A4B221

Text Example


Text Example

White with #A4B221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B221; }

 p { color: rgb(164,178,33); }

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

background-color css

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

 a { background-color: rgb(164,178,33); }

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

border-color css

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

 span { border-color: rgb(164,178,33); }

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