Html Css Color HEX #A3B71C Bahia

📋 copy color: '#A3B71C'

red 163 ◦ green 183 ◦ blue 28

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

Shades of Bahia #A3B71C

Tints of Bahia #A3B71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.49%

R = 43.58%
G = 48.93%
B = 7.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#A3B71C (or 0xA3B71C) is known color: Bahia. HEX triplet: A3, B7 and 1C. RGB value is (163,183,28). Sum of RGB (Red+Green+Blue) = 163+183+28=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B71C is #5C48E3. Grayscale: #9F9F9F. Windows color (decimal): -6047972 or 1882019. OLE color: 1882019.

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

Color convert

RGB 163 183 28 -
CMYK 0.11 0 0.85 0.28
HSL 67.74º 0.73% 0.41% -
HSV(B) 67.74º 0.85% 0.72% -
XYZ 32.25 41.74 7.46 -
YUV 159.35 53.87 130.6 -
System Red Green Blue C M Y K H S L
Decimal 163 183 28 0.11 0 0.85 0.28 67.74 0.73 0.41
Hex A3 B7 1C B 0 55 1C 44 49 29
Octal 243 267 34 13 0 125 34 104 111 51
Binary 10100011 10110111 11100 1011 0 1010101 11100 1000100 1001001 101001

Color Harmonies of #A3B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B71C

Black with #A3B71C

Text Example


Text Example

White with #A3B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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