Html Css Color HEX #A1B518 Bahia

📋 copy color: '#A1B518'

red 161 ◦ green 181 ◦ blue 24

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

Shades of Bahia #A1B518

Tints of Bahia #A1B518

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 43.99%
G = 49.45%
B = 6.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#A1B518 (or 0xA1B518) is known color: Bahia. HEX triplet: A1, B5 and 18. RGB value is (161,181,24). Sum of RGB (Red+Green+Blue) = 161+181+24=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B518 is #5E4AE7. Grayscale: #9D9D9D. Windows color (decimal): -6179560 or 1619361. OLE color: 1619361.

HSL color Cylindrical-coordinate representation of color #A1B518: hue angle of 67.64º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1B518 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 24 -
CMYK 0.11 0 0.87 0.29
HSL 67.64º 0.77% 0.4% -
HSV(B) 67.64º 0.87% 0.71% -
XYZ 31.39 40.69 7.06 -
YUV 157.12 52.87 130.77 -
System Red Green Blue C M Y K H S L
Decimal 161 181 24 0.11 0 0.87 0.29 67.64 0.77 0.4
Hex A1 B5 18 B 0 57 1D 44 4D 28
Octal 241 265 30 13 0 127 35 104 115 50
Binary 10100001 10110101 11000 1011 0 1010111 11101 1000100 1001101 101000

Color Harmonies of #A1B518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B518

Black with #A1B518

Text Example


Text Example

White with #A1B518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B518; }

 p { color: rgb(161,181,24); }

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

background-color css

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

 a { background-color: rgb(161,181,24); }

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

border-color css

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

 span { border-color: rgb(161,181,24); }

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