Html Css Color HEX #A3B728 Bahia

📋 copy color: '#A3B728'

red 163 ◦ green 183 ◦ blue 40

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

Shades of Bahia #A3B728

Tints of Bahia #A3B728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.36%

R = 42.23%
G = 47.41%
B = 10.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#A3B728 (or 0xA3B728) is known color: Bahia. HEX triplet: A3, B7 and 28. RGB value is (163,183,40). Sum of RGB (Red+Green+Blue) = 163+183+40=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B728 is #5C48D7. Grayscale: #A1A1A1. Windows color (decimal): -6047960 or 2668451. OLE color: 2668451.

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

Color convert

RGB 163 183 40 -
CMYK 0.11 0 0.78 0.28
HSL 68.39º 0.64% 0.44% -
HSV(B) 68.39º 0.78% 0.72% -
XYZ 32.42 41.81 8.37 -
YUV 160.72 59.87 129.63 -
System Red Green Blue C M Y K H S L
Decimal 163 183 40 0.11 0 0.78 0.28 68.39 0.64 0.44
Hex A3 B7 28 B 0 4E 1C 44 40 2C
Octal 243 267 50 13 0 116 34 104 100 54
Binary 10100011 10110111 101000 1011 0 1001110 11100 1000100 1000000 101100

Color Harmonies of #A3B728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B728

Black with #A3B728

Text Example


Text Example

White with #A3B728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B728; }

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

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

background-color css

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

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

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

border-color css

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

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

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