Html Css Color HEX #A3B532 Bahia

📋 copy color: '#A3B532'

red 163 ◦ green 181 ◦ blue 50

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

Shades of Bahia #A3B532

Tints of Bahia #A3B532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.69%

R = 41.37%
G = 45.94%
B = 12.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#A3B532 (or 0xA3B532) is known color: Bahia. HEX triplet: A3, B5 and 32. RGB value is (163,181,50). Sum of RGB (Red+Green+Blue) = 163+181+50=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B532 is #5C4ACD. Grayscale: #A1A1A1. Windows color (decimal): -6048462 or 3323299. OLE color: 3323299.

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

Color convert

RGB 163 181 50 -
CMYK 0.10 0 0.72 0.29
HSL 68.24º 0.57% 0.45% -
HSV(B) 68.24º 0.72% 0.71% -
XYZ 32.2 41.06 9.25 -
YUV 160.68 65.54 129.65 -
System Red Green Blue C M Y K H S L
Decimal 163 181 50 0.10 0 0.72 0.29 68.24 0.57 0.45
Hex A3 B5 32 A 0 48 1D 44 39 2D
Octal 243 265 62 12 0 110 35 104 71 55
Binary 10100011 10110101 110010 1010 0 1001000 11101 1000100 111001 101101

Color Harmonies of #A3B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B532

Black with #A3B532

Text Example


Text Example

White with #A3B532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B532; }

 p { color: rgb(163,181,50); }

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

background-color css

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

 a { background-color: rgb(163,181,50); }

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

border-color css

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

 span { border-color: rgb(163,181,50); }

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