Html Css Color HEX #A7B931 Bahia

📋 copy color: '#A7B931'

red 167 ◦ green 185 ◦ blue 49

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

Shades of Bahia #A7B931

Tints of Bahia #A7B931

RGB

 RED value IS 167 (65.63% from 255) = 41.65%

 GREEN value IS 185 (72.66% from 255) = 46.13%

 BLUE value IS 49 (19.53% from 255) = 12.22%

R = 41.65%
G = 46.13%
B = 12.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#A7B931 (or 0xA7B931) is known color: Bahia. HEX triplet: A7, B9 and 31. RGB value is (167,185,49). Sum of RGB (Red+Green+Blue) = 167+185+49=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B931 is #5846CE. Grayscale: #A4A4A4. Windows color (decimal): -5785295 or 3258791. OLE color: 3258791.

HSL color Cylindrical-coordinate representation of color #A7B931: hue angle of 67.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7B931 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 49 -
CMYK 0.10 0 0.74 0.27
HSL 67.94º 0.58% 0.46% -
HSV(B) 67.94º 0.74% 0.73% -
XYZ 33.84 43.14 9.45 -
YUV 164.11 63.04 130.06 -
System Red Green Blue C M Y K H S L
Decimal 167 185 49 0.10 0 0.74 0.27 67.94 0.58 0.46
Hex A7 B9 31 A 0 4A 1B 44 3A 2E
Octal 247 271 61 12 0 112 33 104 72 56
Binary 10100111 10111001 110001 1010 0 1001010 11011 1000100 111010 101110

Color Harmonies of #A7B931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B931

Black with #A7B931

Text Example


Text Example

White with #A7B931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B931; }

 p { color: rgb(167,185,49); }

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

background-color css

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

 a { background-color: rgb(167,185,49); }

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

border-color css

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

 span { border-color: rgb(167,185,49); }

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