Html Css Color HEX #A4AD21 Bahia

📋 copy color: '#A4AD21'

red 164 ◦ green 173 ◦ blue 33

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

Shades of Bahia #A4AD21

Tints of Bahia #A4AD21

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.76%

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

R = 44.32%
G = 46.76%
B = 8.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#A4AD21 (or 0xA4AD21) is known color: Bahia. HEX triplet: A4, AD and 21. RGB value is (164,173,33). Sum of RGB (Red+Green+Blue) = 164+173+33=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AD21 is #5B52DE. Grayscale: #9A9A9A. Windows color (decimal): -5984991 or 2207140. OLE color: 2207140.

HSL color Cylindrical-coordinate representation of color #A4AD21: hue angle of 63.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A4AD21 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 173 33 -
CMYK 0.05 0 0.81 0.32
HSL 63.86º 0.68% 0.4% -
HSV(B) 63.86º 0.81% 0.68% -
XYZ 30.53 37.89 7.14 -
YUV 154.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 164 173 33 0.05 0 0.81 0.32 63.86 0.68 0.4
Hex A4 AD 21 5 0 51 20 40 44 28
Octal 244 255 41 5 0 121 40 100 104 50
Binary 10100100 10101101 100001 101 0 1010001 100000 1000000 1000100 101000

Color Harmonies of #A4AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD21

Black with #A4AD21

Text Example


Text Example

White with #A4AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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