Html Css Color HEX #A7B531 Bahia

📋 copy color: '#A7B531'

red 167 ◦ green 181 ◦ blue 49

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

Shades of Bahia #A7B531

Tints of Bahia #A7B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

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

R = 42.07%
G = 45.59%
B = 12.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A7B531 (or 0xA7B531) is known color: Bahia. HEX triplet: A7, B5 and 31. RGB value is (167,181,49). Sum of RGB (Red+Green+Blue) = 167+181+49=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B531 is #584ACE. Grayscale: #A2A2A2. Windows color (decimal): -5786319 or 3257767. OLE color: 3257767.

HSL color Cylindrical-coordinate representation of color #A7B531: hue angle of 66.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7B531 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 181 49 -
CMYK 0.08 0 0.73 0.29
HSL 66.36º 0.57% 0.45% -
HSV(B) 66.36º 0.73% 0.71% -
XYZ 33.01 41.48 9.17 -
YUV 161.77 64.36 131.73 -
System Red Green Blue C M Y K H S L
Decimal 167 181 49 0.08 0 0.73 0.29 66.36 0.57 0.45
Hex A7 B5 31 8 0 49 1D 42 39 2D
Octal 247 265 61 10 0 111 35 102 71 55
Binary 10100111 10110101 110001 1000 0 1001001 11101 1000010 111001 101101

Color Harmonies of #A7B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B531

Black with #A7B531

Text Example


Text Example

White with #A7B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B531; }

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

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

background-color css

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

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

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

border-color css

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

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

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