Html Css Color HEX #A4B71A Bahia

📋 copy color: '#A4B71A'

red 164 ◦ green 183 ◦ blue 26

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

Shades of Bahia #A4B71A

Tints of Bahia #A4B71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.97%

R = 43.97%
G = 49.06%
B = 6.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#A4B71A (or 0xA4B71A) is known color: Bahia. HEX triplet: A4, B7 and 1A. RGB value is (164,183,26). Sum of RGB (Red+Green+Blue) = 164+183+26=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B71A is #5B48E5. Grayscale: #A0A0A0. Windows color (decimal): -5982438 or 1750948. OLE color: 1750948.

HSL color Cylindrical-coordinate representation of color #A4B71A: hue angle of 67.26º degrees, saturation: 0.75, 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 #A4B71A is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 26 -
CMYK 0.10 0 0.86 0.28
HSL 67.26º 0.75% 0.41% -
HSV(B) 67.26º 0.86% 0.72% -
XYZ 32.43 41.83 7.34 -
YUV 159.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 164 183 26 0.10 0 0.86 0.28 67.26 0.75 0.41
Hex A4 B7 1A A 0 56 1C 43 4B 29
Octal 244 267 32 12 0 126 34 103 113 51
Binary 10100100 10110111 11010 1010 0 1010110 11100 1000011 1001011 101001

Color Harmonies of #A4B71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B71A

Black with #A4B71A

Text Example


Text Example

White with #A4B71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B71A; }

 p { color: rgb(164,183,26); }

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

background-color css

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

 a { background-color: rgb(164,183,26); }

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

border-color css

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

 span { border-color: rgb(164,183,26); }

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