Html Css Color HEX #A4B71F Bahia

📋 copy color: '#A4B71F'

red 164 ◦ green 183 ◦ blue 31

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

Shades of Bahia #A4B71F

Tints of Bahia #A4B71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.2%

R = 43.39%
G = 48.41%
B = 8.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#A4B71F (or 0xA4B71F) is known color: Bahia. HEX triplet: A4, B7 and 1F. RGB value is (164,183,31). Sum of RGB (Red+Green+Blue) = 164+183+31=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B71F is #5B48E0. Grayscale: #A0A0A0. Windows color (decimal): -5982433 or 2078628. OLE color: 2078628.

HSL color Cylindrical-coordinate representation of color #A4B71F: hue angle of 67.5º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4B71F is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 31 -
CMYK 0.10 0 0.83 0.28
HSL 67.5º 0.71% 0.42% -
HSV(B) 67.5º 0.83% 0.72% -
XYZ 32.49 41.86 7.66 -
YUV 159.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 164 183 31 0.10 0 0.83 0.28 67.5 0.71 0.42
Hex A4 B7 1F A 0 53 1C 44 47 2A
Octal 244 267 37 12 0 123 34 104 107 52
Binary 10100100 10110111 11111 1010 0 1010011 11100 1000100 1000111 101010

Color Harmonies of #A4B71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B71F

Black with #A4B71F

Text Example


Text Example

White with #A4B71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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