Html Css Color HEX #A3B530 Bahia

📋 copy color: '#A3B530'

red 163 ◦ green 181 ◦ blue 48

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

Shades of Bahia #A3B530

Tints of Bahia #A3B530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.24%

R = 41.58%
G = 46.17%
B = 12.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A3B530 (or 0xA3B530) is known color: Bahia. HEX triplet: A3, B5 and 30. RGB value is (163,181,48). Sum of RGB (Red+Green+Blue) = 163+181+48=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B530 is #5C4ACF. Grayscale: #A0A0A0. Windows color (decimal): -6048464 or 3192227. OLE color: 3192227.

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

Color convert

RGB 163 181 48 -
CMYK 0.10 0 0.73 0.29
HSL 68.12º 0.58% 0.45% -
HSV(B) 68.12º 0.73% 0.71% -
XYZ 32.16 41.05 9.02 -
YUV 160.46 64.54 129.81 -
System Red Green Blue C M Y K H S L
Decimal 163 181 48 0.10 0 0.73 0.29 68.12 0.58 0.45
Hex A3 B5 30 A 0 49 1D 44 3A 2D
Octal 243 265 60 12 0 111 35 104 72 55
Binary 10100011 10110101 110000 1010 0 1001001 11101 1000100 111010 101101

Color Harmonies of #A3B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B530

Black with #A3B530

Text Example


Text Example

White with #A3B530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B530; }

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

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

background-color css

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

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

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

border-color css

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

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

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