Html Css Color HEX #A4B531 Bahia

📋 copy color: '#A4B531'

red 164 ◦ green 181 ◦ blue 49

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

Shades of Bahia #A4B531

Tints of Bahia #A4B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.94%

 BLUE value IS 49 (19.53% from 255) = 12.44%

R = 41.62%
G = 45.94%
B = 12.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A4B531 (or 0xA4B531) is known color: Bahia. HEX triplet: A4, B5 and 31. RGB value is (164,181,49). Sum of RGB (Red+Green+Blue) = 164+181+49=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B531 is #5B4ACE. Grayscale: #A1A1A1. Windows color (decimal): -5982927 or 3257764. OLE color: 3257764.

HSL color Cylindrical-coordinate representation of color #A4B531: hue angle of 67.73º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4B531 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 181 49 -
CMYK 0.09 0 0.73 0.29
HSL 67.73º 0.57% 0.45% -
HSV(B) 67.73º 0.73% 0.71% -
XYZ 32.39 41.16 9.14 -
YUV 160.87 64.87 130.23 -
System Red Green Blue C M Y K H S L
Decimal 164 181 49 0.09 0 0.73 0.29 67.73 0.57 0.45
Hex A4 B5 31 9 0 49 1D 44 39 2D
Octal 244 265 61 11 0 111 35 104 71 55
Binary 10100100 10110101 110001 1001 0 1001001 11101 1000100 111001 101101

Color Harmonies of #A4B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B531

Black with #A4B531

Text Example


Text Example

White with #A4B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B531; }

 p { color: rgb(164,181,49); }

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

background-color css

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

 a { background-color: rgb(164,181,49); }

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

border-color css

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

 span { border-color: rgb(164,181,49); }

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