Html Css Color HEX #A1BE14 Bahia

📋 copy color: '#A1BE14'

red 161 ◦ green 190 ◦ blue 20

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

Shades of Bahia #A1BE14

Tints of Bahia #A1BE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.39%

R = 43.4%
G = 51.21%
B = 5.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#A1BE14 (or 0xA1BE14) is known color: Bahia. HEX triplet: A1, BE and 14. RGB value is (161,190,20). Sum of RGB (Red+Green+Blue) = 161+190+20=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BE14 is #5E41EB. Grayscale: #A2A2A2. Windows color (decimal): -6177260 or 1359521. OLE color: 1359521.

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

Color convert

RGB 161 190 20 -
CMYK 0.15 0 0.89 0.25
HSL 70.24º 0.81% 0.41% -
HSV(B) 70.24º 0.89% 0.75% -
XYZ 33.24 44.45 7.49 -
YUV 161.95 47.89 127.32 -
System Red Green Blue C M Y K H S L
Decimal 161 190 20 0.15 0 0.89 0.25 70.24 0.81 0.41
Hex A1 BE 14 F 0 59 19 46 51 29
Octal 241 276 24 17 0 131 31 106 121 51
Binary 10100001 10111110 10100 1111 0 1011001 11001 1000110 1010001 101001

Color Harmonies of #A1BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE14

Black with #A1BE14

Text Example


Text Example

White with #A1BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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