Html Css Color HEX #A3B020 Bahia

📋 copy color: '#A3B020'

red 163 ◦ green 176 ◦ blue 32

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

Shades of Bahia #A3B020

Tints of Bahia #A3B020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

 BLUE value IS 32 (12.89% from 255) = 8.63%

R = 43.94%
G = 47.44%
B = 8.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#A3B020 (or 0xA3B020) is known color: Bahia. HEX triplet: A3, B0 and 20. RGB value is (163,176,32). Sum of RGB (Red+Green+Blue) = 163+176+32=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B020 is #5C4FDF. Grayscale: #9C9C9C. Windows color (decimal): -6049760 or 2142371. OLE color: 2142371.

HSL color Cylindrical-coordinate representation of color #A3B020: hue angle of 65.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3B020 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 176 32 -
CMYK 0.07 0 0.82 0.31
HSL 65.42º 0.69% 0.41% -
HSV(B) 65.42º 0.82% 0.69% -
XYZ 30.89 38.94 7.25 -
YUV 155.7 58.19 133.21 -
System Red Green Blue C M Y K H S L
Decimal 163 176 32 0.07 0 0.82 0.31 65.42 0.69 0.41
Hex A3 B0 20 7 0 52 1F 41 45 29
Octal 243 260 40 7 0 122 37 101 105 51
Binary 10100011 10110000 100000 111 0 1010010 11111 1000001 1000101 101001

Color Harmonies of #A3B020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B020

Black with #A3B020

Text Example


Text Example

White with #A3B020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B020; }

 p { color: rgb(163,176,32); }

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

background-color css

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

 a { background-color: rgb(163,176,32); }

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

border-color css

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

 span { border-color: rgb(163,176,32); }

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