Html Css Color HEX #A3B731 Bahia

📋 copy color: '#A3B731'

red 163 ◦ green 183 ◦ blue 49

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

Shades of Bahia #A3B731

Tints of Bahia #A3B731

RGB

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

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

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

R = 41.27%
G = 46.33%
B = 12.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#A3B731 (or 0xA3B731) is known color: Bahia. HEX triplet: A3, B7 and 31. RGB value is (163,183,49). Sum of RGB (Red+Green+Blue) = 163+183+49=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B731 is #5C48CE. Grayscale: #A2A2A2. Windows color (decimal): -6047951 or 3258275. OLE color: 3258275.

HSL color Cylindrical-coordinate representation of color #A3B731: hue angle of 68.96º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3B731 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 183 49 -
CMYK 0.11 0 0.73 0.28
HSL 68.96º 0.58% 0.45% -
HSV(B) 68.96º 0.73% 0.72% -
XYZ 32.59 41.88 9.27 -
YUV 161.74 64.37 128.9 -
System Red Green Blue C M Y K H S L
Decimal 163 183 49 0.11 0 0.73 0.28 68.96 0.58 0.45
Hex A3 B7 31 B 0 49 1C 45 3A 2D
Octal 243 267 61 13 0 111 34 105 72 55
Binary 10100011 10110111 110001 1011 0 1001001 11100 1000101 111010 101101

Color Harmonies of #A3B731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B731

Black with #A3B731

Text Example


Text Example

White with #A3B731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B731; }

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

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

background-color css

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

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

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

border-color css

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

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

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