Html Css Color HEX #A1C71B Bahia

📋 copy color: '#A1C71B'

red 161 ◦ green 199 ◦ blue 27

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

Shades of Bahia #A1C71B

Tints of Bahia #A1C71B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.42%

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

R = 41.6%
G = 51.42%
B = 6.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#A1C71B (or 0xA1C71B) is known color: Bahia. HEX triplet: A1, C7 and 1B. RGB value is (161,199,27). Sum of RGB (Red+Green+Blue) = 161+199+27=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C71B is #5E38E4. Grayscale: #A8A8A8. Windows color (decimal): -6174949 or 1820577. OLE color: 1820577.

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

Color convert

RGB 161 199 27 -
CMYK 0.19 0 0.86 0.22
HSL 73.26º 0.76% 0.44% -
HSV(B) 73.26º 0.86% 0.78% -
XYZ 35.32 48.5 8.54 -
YUV 168.03 48.41 122.99 -
System Red Green Blue C M Y K H S L
Decimal 161 199 27 0.19 0 0.86 0.22 73.26 0.76 0.44
Hex A1 C7 1B 13 0 56 16 49 4C 2C
Octal 241 307 33 23 0 126 26 111 114 54
Binary 10100001 11000111 11011 10011 0 1010110 10110 1001001 1001100 101100

Color Harmonies of #A1C71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C71B

Black with #A1C71B

Text Example


Text Example

White with #A1C71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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