Html Css Color HEX #A1C51B Bahia

📋 copy color: '#A1C51B'

red 161 ◦ green 197 ◦ blue 27

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

Shades of Bahia #A1C51B

Tints of Bahia #A1C51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.17%

 BLUE value IS 27 (10.94% from 255) = 7.01%

R = 41.82%
G = 51.17%
B = 7.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#A1C51B (or 0xA1C51B) is known color: Bahia. HEX triplet: A1, C5 and 1B. RGB value is (161,197,27). Sum of RGB (Red+Green+Blue) = 161+197+27=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C51B is #5E3AE4. Grayscale: #A7A7A7. Windows color (decimal): -6175461 or 1820065. OLE color: 1820065.

HSL color Cylindrical-coordinate representation of color #A1C51B: hue angle of 72.71º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1C51B is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 197 27 -
CMYK 0.18 0 0.86 0.23
HSL 72.71º 0.76% 0.44% -
HSV(B) 72.71º 0.86% 0.77% -
XYZ 34.86 47.59 8.39 -
YUV 166.86 49.07 123.82 -
System Red Green Blue C M Y K H S L
Decimal 161 197 27 0.18 0 0.86 0.23 72.71 0.76 0.44
Hex A1 C5 1B 12 0 56 17 49 4C 2C
Octal 241 305 33 22 0 126 27 111 114 54
Binary 10100001 11000101 11011 10010 0 1010110 10111 1001001 1001100 101100

Color Harmonies of #A1C51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C51B

Black with #A1C51B

Text Example


Text Example

White with #A1C51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C51B; }

 p { color: rgb(161,197,27); }

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

background-color css

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

 a { background-color: rgb(161,197,27); }

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

border-color css

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

 span { border-color: rgb(161,197,27); }

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