Html Css Color HEX #A1BB25 Bahia

📋 copy color: '#A1BB25'

red 161 ◦ green 187 ◦ blue 37

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

Shades of Bahia #A1BB25

Tints of Bahia #A1BB25

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.57%

 BLUE value IS 37 (14.84% from 255) = 9.61%

R = 41.82%
G = 48.57%
B = 9.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#A1BB25 (or 0xA1BB25) is known color: Bahia. HEX triplet: A1, BB and 25. RGB value is (161,187,37). Sum of RGB (Red+Green+Blue) = 161+187+37=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BB25 is #5E44DA. Grayscale: #A2A2A2. Windows color (decimal): -6178011 or 2472865. OLE color: 2472865.

HSL color Cylindrical-coordinate representation of color #A1BB25: hue angle of 70.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1BB25 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 187 37 -
CMYK 0.14 0 0.80 0.27
HSL 70.4º 0.67% 0.44% -
HSV(B) 70.4º 0.8% 0.73% -
XYZ 32.8 43.25 8.37 -
YUV 162.13 57.39 127.2 -
System Red Green Blue C M Y K H S L
Decimal 161 187 37 0.14 0 0.80 0.27 70.4 0.67 0.44
Hex A1 BB 25 E 0 50 1B 46 43 2C
Octal 241 273 45 16 0 120 33 106 103 54
Binary 10100001 10111011 100101 1110 0 1010000 11011 1000110 1000011 101100

Color Harmonies of #A1BB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BB25

Black with #A1BB25

Text Example


Text Example

White with #A1BB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BB25; }

 p { color: rgb(161,187,37); }

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

background-color css

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

 a { background-color: rgb(161,187,37); }

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

border-color css

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

 span { border-color: rgb(161,187,37); }

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