Html Css Color HEX #A1B01E Bahia

📋 copy color: '#A1B01E'

red 161 ◦ green 176 ◦ blue 30

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

Shades of Bahia #A1B01E

Tints of Bahia #A1B01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.17%

R = 43.87%
G = 47.96%
B = 8.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#A1B01E (or 0xA1B01E) is known color: Bahia. HEX triplet: A1, B0 and 1E. RGB value is (161,176,30). Sum of RGB (Red+Green+Blue) = 161+176+30=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B01E is #5E4FE1. Grayscale: #9B9B9B. Windows color (decimal): -6180834 or 2011297. OLE color: 2011297.

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

Color convert

RGB 161 176 30 -
CMYK 0.09 0 0.83 0.31
HSL 66.16º 0.71% 0.4% -
HSV(B) 66.16º 0.83% 0.69% -
XYZ 30.46 38.72 7.1 -
YUV 154.87 57.53 132.37 -
System Red Green Blue C M Y K H S L
Decimal 161 176 30 0.09 0 0.83 0.31 66.16 0.71 0.4
Hex A1 B0 1E 9 0 53 1F 42 47 28
Octal 241 260 36 11 0 123 37 102 107 50
Binary 10100001 10110000 11110 1001 0 1010011 11111 1000010 1000111 101000

Color Harmonies of #A1B01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B01E

Black with #A1B01E

Text Example


Text Example

White with #A1B01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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