Html Css Color HEX #A1B719 Bahia

📋 copy color: '#A1B719'

red 161 ◦ green 183 ◦ blue 25

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

Shades of Bahia #A1B719

Tints of Bahia #A1B719

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.59%

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 43.63%
G = 49.59%
B = 6.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#A1B719 (or 0xA1B719) is known color: Bahia. HEX triplet: A1, B7 and 19. RGB value is (161,183,25). Sum of RGB (Red+Green+Blue) = 161+183+25=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B719 is #5E48E6. Grayscale: #9F9F9F. Windows color (decimal): -6179047 or 1685409. OLE color: 1685409.

HSL color Cylindrical-coordinate representation of color #A1B719: hue angle of 68.35º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1B719 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 25 -
CMYK 0.12 0 0.86 0.28
HSL 68.35º 0.76% 0.41% -
HSV(B) 68.35º 0.86% 0.72% -
XYZ 31.81 41.51 7.26 -
YUV 158.41 52.71 129.85 -
System Red Green Blue C M Y K H S L
Decimal 161 183 25 0.12 0 0.86 0.28 68.35 0.76 0.41
Hex A1 B7 19 C 0 56 1C 44 4C 29
Octal 241 267 31 14 0 126 34 104 114 51
Binary 10100001 10110111 11001 1100 0 1010110 11100 1000100 1001100 101001

Color Harmonies of #A1B719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B719

Black with #A1B719

Text Example


Text Example

White with #A1B719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B719; }

 p { color: rgb(161,183,25); }

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

background-color css

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

 a { background-color: rgb(161,183,25); }

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

border-color css

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

 span { border-color: rgb(161,183,25); }

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