Html Css Color HEX #A4B119 Bahia

📋 copy color: '#A4B119'

red 164 ◦ green 177 ◦ blue 25

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

Shades of Bahia #A4B119

Tints of Bahia #A4B119

RGB

 RED value IS 164 (64.45% from 255) = 44.81%

 GREEN value IS 177 (69.53% from 255) = 48.36%

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

R = 44.81%
G = 48.36%
B = 6.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#A4B119 (or 0xA4B119) is known color: Bahia. HEX triplet: A4, B1 and 19. RGB value is (164,177,25). Sum of RGB (Red+Green+Blue) = 164+177+25=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4B119 is #5B4EE6. Grayscale: #9C9C9C. Windows color (decimal): -5983975 or 1683876. OLE color: 1683876.

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

Color convert

RGB 164 177 25 -
CMYK 0.07 0 0.86 0.31
HSL 65.13º 0.75% 0.4% -
HSV(B) 65.13º 0.86% 0.69% -
XYZ 31.21 39.41 6.88 -
YUV 155.79 54.19 133.86 -
System Red Green Blue C M Y K H S L
Decimal 164 177 25 0.07 0 0.86 0.31 65.13 0.75 0.4
Hex A4 B1 19 7 0 56 1F 41 4B 28
Octal 244 261 31 7 0 126 37 101 113 50
Binary 10100100 10110001 11001 111 0 1010110 11111 1000001 1001011 101000

Color Harmonies of #A4B119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B119

Black with #A4B119

Text Example


Text Example

White with #A4B119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B119; }

 p { color: rgb(164,177,25); }

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

background-color css

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

 a { background-color: rgb(164,177,25); }

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

border-color css

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

 span { border-color: rgb(164,177,25); }

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