Html Css Color HEX #A4B720 Bahia

📋 copy color: '#A4B720'

red 164 ◦ green 183 ◦ blue 32

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

Shades of Bahia #A4B720

Tints of Bahia #A4B720

RGB

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

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

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

R = 43.27%
G = 48.28%
B = 8.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#A4B720 (or 0xA4B720) is known color: Bahia. HEX triplet: A4, B7 and 20. RGB value is (164,183,32). Sum of RGB (Red+Green+Blue) = 164+183+32=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B720 is #5B48DF. Grayscale: #A0A0A0. Windows color (decimal): -5982432 or 2144164. OLE color: 2144164.

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

Color convert

RGB 164 183 32 -
CMYK 0.10 0 0.83 0.28
HSL 67.55º 0.7% 0.42% -
HSV(B) 67.55º 0.83% 0.72% -
XYZ 32.5 41.86 7.73 -
YUV 160.11 55.71 130.78 -
System Red Green Blue C M Y K H S L
Decimal 164 183 32 0.10 0 0.83 0.28 67.55 0.7 0.42
Hex A4 B7 20 A 0 53 1C 44 46 2A
Octal 244 267 40 12 0 123 34 104 106 52
Binary 10100100 10110111 100000 1010 0 1010011 11100 1000100 1000110 101010

Color Harmonies of #A4B720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B720

Black with #A4B720

Text Example


Text Example

White with #A4B720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B720; }

 p { color: rgb(164,183,32); }

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

background-color css

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

 a { background-color: rgb(164,183,32); }

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

border-color css

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

 span { border-color: rgb(164,183,32); }

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