Html Css Color HEX #A3B523 Bahia

📋 copy color: '#A3B523'

red 163 ◦ green 181 ◦ blue 35

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

Shades of Bahia #A3B523

Tints of Bahia #A3B523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.23%

R = 43.01%
G = 47.76%
B = 9.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#A3B523 (or 0xA3B523) is known color: Bahia. HEX triplet: A3, B5 and 23. RGB value is (163,181,35). Sum of RGB (Red+Green+Blue) = 163+181+35=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B523 is #5C4ADC. Grayscale: #9F9F9F. Windows color (decimal): -6048477 or 2340259. OLE color: 2340259.

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

Color convert

RGB 163 181 35 -
CMYK 0.10 0 0.81 0.29
HSL 67.4º 0.68% 0.42% -
HSV(B) 67.4º 0.81% 0.71% -
XYZ 31.93 40.96 7.81 -
YUV 158.97 58.04 130.87 -
System Red Green Blue C M Y K H S L
Decimal 163 181 35 0.10 0 0.81 0.29 67.4 0.68 0.42
Hex A3 B5 23 A 0 51 1D 43 44 2A
Octal 243 265 43 12 0 121 35 103 104 52
Binary 10100011 10110101 100011 1010 0 1010001 11101 1000011 1000100 101010

Color Harmonies of #A3B523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B523

Black with #A3B523

Text Example


Text Example

White with #A3B523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B523; }

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

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

background-color css

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

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

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

border-color css

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

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

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