Html Css Color HEX #A1BE2B Bahia

📋 copy color: '#A1BE2B'

red 161 ◦ green 190 ◦ blue 43

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

Shades of Bahia #A1BE2B

Tints of Bahia #A1BE2B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.22%

 BLUE value IS 43 (17.19% from 255) = 10.91%

R = 40.86%
G = 48.22%
B = 10.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#A1BE2B (or 0xA1BE2B) is known color: Bahia. HEX triplet: A1, BE and 2B. RGB value is (161,190,43). Sum of RGB (Red+Green+Blue) = 161+190+43=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BE2B is #5E41D4. Grayscale: #A5A5A5. Windows color (decimal): -6177237 or 2866849. OLE color: 2866849.

HSL color Cylindrical-coordinate representation of color #A1BE2B: hue angle of 71.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1BE2B is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 190 43 -
CMYK 0.15 0 0.77 0.25
HSL 71.84º 0.63% 0.46% -
HSV(B) 71.84º 0.77% 0.75% -
XYZ 33.55 44.58 9.12 -
YUV 164.57 59.39 125.45 -
System Red Green Blue C M Y K H S L
Decimal 161 190 43 0.15 0 0.77 0.25 71.84 0.63 0.46
Hex A1 BE 2B F 0 4D 19 48 3F 2E
Octal 241 276 53 17 0 115 31 110 77 56
Binary 10100001 10111110 101011 1111 0 1001101 11001 1001000 111111 101110

Color Harmonies of #A1BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE2B

Black with #A1BE2B

Text Example


Text Example

White with #A1BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE2B; }

 p { color: rgb(161,190,43); }

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

background-color css

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

 a { background-color: rgb(161,190,43); }

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

border-color css

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

 span { border-color: rgb(161,190,43); }

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