Html Css Color HEX #A3BC31 Bahia

📋 copy color: '#A3BC31'

red 163 ◦ green 188 ◦ blue 49

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

Shades of Bahia #A3BC31

Tints of Bahia #A3BC31

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47%

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

R = 40.75%
G = 47%
B = 12.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#A3BC31 (or 0xA3BC31) is known color: Bahia. HEX triplet: A3, BC and 31. RGB value is (163,188,49). Sum of RGB (Red+Green+Blue) = 163+188+49=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BC31 is #5C43CE. Grayscale: #A5A5A5. Windows color (decimal): -6046671 or 3259555. OLE color: 3259555.

HSL color Cylindrical-coordinate representation of color #A3BC31: hue angle of 70.79º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3BC31 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 49 -
CMYK 0.13 0 0.74 0.26
HSL 70.79º 0.59% 0.46% -
HSV(B) 70.79º 0.74% 0.74% -
XYZ 33.64 43.97 9.62 -
YUV 164.68 62.72 126.8 -
System Red Green Blue C M Y K H S L
Decimal 163 188 49 0.13 0 0.74 0.26 70.79 0.59 0.46
Hex A3 BC 31 D 0 4A 1A 47 3B 2E
Octal 243 274 61 15 0 112 32 107 73 56
Binary 10100011 10111100 110001 1101 0 1001010 11010 1000111 111011 101110

Color Harmonies of #A3BC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC31

Black with #A3BC31

Text Example


Text Example

White with #A3BC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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