Html Css Color HEX #A1B319 Bahia

📋 copy color: '#A1B319'

red 161 ◦ green 179 ◦ blue 25

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

Shades of Bahia #A1B319

Tints of Bahia #A1B319

RGB

 RED value IS 161 (63.28% from 255) = 44.11%

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

 BLUE value IS 25 (10.16% from 255) = 6.85%

R = 44.11%
G = 49.04%
B = 6.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#A1B319 (or 0xA1B319) is known color: Bahia. HEX triplet: A1, B3 and 19. RGB value is (161,179,25). Sum of RGB (Red+Green+Blue) = 161+179+25=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B319 is #5E4CE6. Grayscale: #9C9C9C. Windows color (decimal): -6180071 or 1684385. OLE color: 1684385.

HSL color Cylindrical-coordinate representation of color #A1B319: hue angle of 67.01º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1B319 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 179 25 -
CMYK 0.10 0 0.86 0.30
HSL 67.01º 0.75% 0.4% -
HSV(B) 67.01º 0.86% 0.7% -
XYZ 30.99 39.89 6.99 -
YUV 156.06 54.04 131.52 -
System Red Green Blue C M Y K H S L
Decimal 161 179 25 0.10 0 0.86 0.30 67.01 0.75 0.4
Hex A1 B3 19 A 0 56 1E 43 4B 28
Octal 241 263 31 12 0 126 36 103 113 50
Binary 10100001 10110011 11001 1010 0 1010110 11110 1000011 1001011 101000

Color Harmonies of #A1B319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B319

Black with #A1B319

Text Example


Text Example

White with #A1B319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B319; }

 p { color: rgb(161,179,25); }

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

background-color css

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

 a { background-color: rgb(161,179,25); }

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

border-color css

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

 span { border-color: rgb(161,179,25); }

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