Html Css Color HEX #A1C321 Bahia

📋 copy color: '#A1C321'

red 161 ◦ green 195 ◦ blue 33

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

Shades of Bahia #A1C321

Tints of Bahia #A1C321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.48%

R = 41.39%
G = 50.13%
B = 8.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#A1C321 (or 0xA1C321) is known color: Bahia. HEX triplet: A1, C3 and 21. RGB value is (161,195,33). Sum of RGB (Red+Green+Blue) = 161+195+33=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C321 is #5E3CDE. Grayscale: #A6A6A6. Windows color (decimal): -6175967 or 2212769. OLE color: 2212769.

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

Color convert

RGB 161 195 33 -
CMYK 0.17 0 0.83 0.24
HSL 72.59º 0.71% 0.45% -
HSV(B) 72.59º 0.83% 0.76% -
XYZ 34.49 46.72 8.64 -
YUV 166.37 52.74 124.17 -
System Red Green Blue C M Y K H S L
Decimal 161 195 33 0.17 0 0.83 0.24 72.59 0.71 0.45
Hex A1 C3 21 11 0 53 18 49 47 2D
Octal 241 303 41 21 0 123 30 111 107 55
Binary 10100001 11000011 100001 10001 0 1010011 11000 1001001 1000111 101101

Color Harmonies of #A1C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C321

Black with #A1C321

Text Example


Text Example

White with #A1C321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C321; }

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

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

background-color css

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

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

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

border-color css

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

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

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