Html Css Color HEX #A1B61D Bahia

📋 copy color: '#A1B61D'

red 161 ◦ green 182 ◦ blue 29

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

Shades of Bahia #A1B61D

Tints of Bahia #A1B61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.92%

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 43.28%
G = 48.92%
B = 7.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#A1B61D (or 0xA1B61D) is known color: Bahia. HEX triplet: A1, B6 and 1D. RGB value is (161,182,29). Sum of RGB (Red+Green+Blue) = 161+182+29=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B61D is #5E49E2. Grayscale: #9E9E9E. Windows color (decimal): -6179299 or 1947297. OLE color: 1947297.

HSL color Cylindrical-coordinate representation of color #A1B61D: hue angle of 68.24º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1B61D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 182 29 -
CMYK 0.12 0 0.84 0.29
HSL 68.24º 0.73% 0.41% -
HSV(B) 68.24º 0.84% 0.71% -
XYZ 31.65 41.12 7.43 -
YUV 158.28 55.04 129.94 -
System Red Green Blue C M Y K H S L
Decimal 161 182 29 0.12 0 0.84 0.29 68.24 0.73 0.41
Hex A1 B6 1D C 0 54 1D 44 49 29
Octal 241 266 35 14 0 124 35 104 111 51
Binary 10100001 10110110 11101 1100 0 1010100 11101 1000100 1001001 101001

Color Harmonies of #A1B61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B61D

Black with #A1B61D

Text Example


Text Example

White with #A1B61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B61D; }

 p { color: rgb(161,182,29); }

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

background-color css

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

 a { background-color: rgb(161,182,29); }

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

border-color css

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

 span { border-color: rgb(161,182,29); }

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