Html Css Color HEX #A1BE18 Bahia

📋 copy color: '#A1BE18'

red 161 ◦ green 190 ◦ blue 24

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

Shades of Bahia #A1BE18

Tints of Bahia #A1BE18

RGB

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

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

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

R = 42.93%
G = 50.67%
B = 6.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#A1BE18 (or 0xA1BE18) is known color: Bahia. HEX triplet: A1, BE and 18. RGB value is (161,190,24). Sum of RGB (Red+Green+Blue) = 161+190+24=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BE18 is #5E41E7. Grayscale: #A3A3A3. Windows color (decimal): -6177256 or 1621665. OLE color: 1621665.

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

Color convert

RGB 161 190 24 -
CMYK 0.15 0 0.87 0.25
HSL 70.48º 0.78% 0.42% -
HSV(B) 70.48º 0.87% 0.75% -
XYZ 33.28 44.47 7.69 -
YUV 162.41 49.89 127 -
System Red Green Blue C M Y K H S L
Decimal 161 190 24 0.15 0 0.87 0.25 70.48 0.78 0.42
Hex A1 BE 18 F 0 57 19 46 4E 2A
Octal 241 276 30 17 0 127 31 106 116 52
Binary 10100001 10111110 11000 1111 0 1010111 11001 1000110 1001110 101010

Color Harmonies of #A1BE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE18

Black with #A1BE18

Text Example


Text Example

White with #A1BE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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