Html Css Color HEX #A1B530 Bahia

📋 copy color: '#A1B530'

red 161 ◦ green 181 ◦ blue 48

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

Shades of Bahia #A1B530

Tints of Bahia #A1B530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.31%

R = 41.28%
G = 46.41%
B = 12.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A1B530 (or 0xA1B530) is known color: Bahia. HEX triplet: A1, B5 and 30. RGB value is (161,181,48). Sum of RGB (Red+Green+Blue) = 161+181+48=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B530 is #5E4ACF. Grayscale: #A0A0A0. Windows color (decimal): -6179536 or 3192225. OLE color: 3192225.

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

Color convert

RGB 161 181 48 -
CMYK 0.11 0 0.73 0.29
HSL 69.02º 0.58% 0.45% -
HSV(B) 69.02º 0.73% 0.71% -
XYZ 31.76 40.84 9.01 -
YUV 159.86 64.87 128.81 -
System Red Green Blue C M Y K H S L
Decimal 161 181 48 0.11 0 0.73 0.29 69.02 0.58 0.45
Hex A1 B5 30 B 0 49 1D 45 3A 2D
Octal 241 265 60 13 0 111 35 105 72 55
Binary 10100001 10110101 110000 1011 0 1001001 11101 1000101 111010 101101

Color Harmonies of #A1B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B530

Black with #A1B530

Text Example


Text Example

White with #A1B530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B530; }

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

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

background-color css

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

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

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

border-color css

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

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

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