Html Css Color HEX #A3B931 Bahia

📋 copy color: '#A3B931'

red 163 ◦ green 185 ◦ blue 49

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

Shades of Bahia #A3B931

Tints of Bahia #A3B931

RGB

 RED value IS 163 (64.06% from 255) = 41.06%

 GREEN value IS 185 (72.66% from 255) = 46.6%

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

R = 41.06%
G = 46.6%
B = 12.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#A3B931 (or 0xA3B931) is known color: Bahia. HEX triplet: A3, B9 and 31. RGB value is (163,185,49). Sum of RGB (Red+Green+Blue) = 163+185+49=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B931 is #5C46CE. Grayscale: #A3A3A3. Windows color (decimal): -6047439 or 3258787. OLE color: 3258787.

HSL color Cylindrical-coordinate representation of color #A3B931: hue angle of 69.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3B931 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 185 49 -
CMYK 0.12 0 0.74 0.27
HSL 69.71º 0.58% 0.46% -
HSV(B) 69.71º 0.74% 0.73% -
XYZ 33.01 42.71 9.41 -
YUV 162.92 63.71 128.06 -
System Red Green Blue C M Y K H S L
Decimal 163 185 49 0.12 0 0.74 0.27 69.71 0.58 0.46
Hex A3 B9 31 C 0 4A 1B 46 3A 2E
Octal 243 271 61 14 0 112 33 106 72 56
Binary 10100011 10111001 110001 1100 0 1001010 11011 1000110 111010 101110

Color Harmonies of #A3B931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B931

Black with #A3B931

Text Example


Text Example

White with #A3B931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B931; }

 p { color: rgb(163,185,49); }

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

background-color css

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

 a { background-color: rgb(163,185,49); }

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

border-color css

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

 span { border-color: rgb(163,185,49); }

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