Html Css Color HEX #A3B320 Bahia

📋 copy color: '#A3B320'

red 163 ◦ green 179 ◦ blue 32

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

Shades of Bahia #A3B320

Tints of Bahia #A3B320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.86%

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

R = 43.58%
G = 47.86%
B = 8.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#A3B320 (or 0xA3B320) is known color: Bahia. HEX triplet: A3, B3 and 20. RGB value is (163,179,32). Sum of RGB (Red+Green+Blue) = 163+179+32=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B320 is #5C4CDF. Grayscale: #9E9E9E. Windows color (decimal): -6048992 or 2143139. OLE color: 2143139.

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

Color convert

RGB 163 179 32 -
CMYK 0.09 0 0.82 0.30
HSL 66.53º 0.7% 0.41% -
HSV(B) 66.53º 0.82% 0.7% -
XYZ 31.49 40.13 7.45 -
YUV 157.46 57.2 131.95 -
System Red Green Blue C M Y K H S L
Decimal 163 179 32 0.09 0 0.82 0.30 66.53 0.7 0.41
Hex A3 B3 20 9 0 52 1E 43 46 29
Octal 243 263 40 11 0 122 36 103 106 51
Binary 10100011 10110011 100000 1001 0 1010010 11110 1000011 1000110 101001

Color Harmonies of #A3B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B320

Black with #A3B320

Text Example


Text Example

White with #A3B320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B320; }

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

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

background-color css

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

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

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

border-color css

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

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

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