Html Css Color HEX #A1B01C Bahia

📋 copy color: '#A1B01C'

red 161 ◦ green 176 ◦ blue 28

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

Shades of Bahia #A1B01C

Tints of Bahia #A1B01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.22%

 BLUE value IS 28 (11.33% from 255) = 7.67%

R = 44.11%
G = 48.22%
B = 7.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#A1B01C (or 0xA1B01C) is known color: Bahia. HEX triplet: A1, B0 and 1C. RGB value is (161,176,28). Sum of RGB (Red+Green+Blue) = 161+176+28=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B01C is #5E4FE3. Grayscale: #9B9B9B. Windows color (decimal): -6180836 or 1880225. OLE color: 1880225.

HSL color Cylindrical-coordinate representation of color #A1B01C: hue angle of 66.08º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1B01C is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 176 28 -
CMYK 0.09 0 0.84 0.31
HSL 66.08º 0.73% 0.4% -
HSV(B) 66.08º 0.84% 0.69% -
XYZ 30.43 38.71 6.97 -
YUV 154.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 161 176 28 0.09 0 0.84 0.31 66.08 0.73 0.4
Hex A1 B0 1C 9 0 54 1F 42 49 28
Octal 241 260 34 11 0 124 37 102 111 50
Binary 10100001 10110000 11100 1001 0 1010100 11111 1000010 1001001 101000

Color Harmonies of #A1B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B01C

Black with #A1B01C

Text Example


Text Example

White with #A1B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B01C; }

 p { color: rgb(161,176,28); }

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

background-color css

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

 a { background-color: rgb(161,176,28); }

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

border-color css

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

 span { border-color: rgb(161,176,28); }

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