Html Css Color HEX #A1C320 Bahia

📋 copy color: '#A1C320'

red 161 ◦ green 195 ◦ blue 32

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

Shades of Bahia #A1C320

Tints of Bahia #A1C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.26%

 BLUE value IS 32 (12.89% from 255) = 8.25%

R = 41.49%
G = 50.26%
B = 8.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#A1C320 (or 0xA1C320) is known color: Bahia. HEX triplet: A1, C3 and 20. RGB value is (161,195,32). Sum of RGB (Red+Green+Blue) = 161+195+32=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C320 is #5E3CDF. Grayscale: #A6A6A6. Windows color (decimal): -6175968 or 2147233. OLE color: 2147233.

HSL color Cylindrical-coordinate representation of color #A1C320: hue angle of 72.52º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1C320 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 195 32 -
CMYK 0.17 0 0.84 0.24
HSL 72.52º 0.72% 0.45% -
HSV(B) 72.52º 0.84% 0.76% -
XYZ 34.47 46.71 8.57 -
YUV 166.25 52.24 124.25 -
System Red Green Blue C M Y K H S L
Decimal 161 195 32 0.17 0 0.84 0.24 72.52 0.72 0.45
Hex A1 C3 20 11 0 54 18 49 48 2D
Octal 241 303 40 21 0 124 30 111 110 55
Binary 10100001 11000011 100000 10001 0 1010100 11000 1001001 1001000 101101

Color Harmonies of #A1C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C320

Black with #A1C320

Text Example


Text Example

White with #A1C320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C320; }

 p { color: rgb(161,195,32); }

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

background-color css

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

 a { background-color: rgb(161,195,32); }

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

border-color css

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

 span { border-color: rgb(161,195,32); }

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