Html Css Color HEX #A7B331 Bahia

📋 copy color: '#A7B331'

red 167 ◦ green 179 ◦ blue 49

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

Shades of Bahia #A7B331

Tints of Bahia #A7B331

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

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

R = 42.28%
G = 45.32%
B = 12.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#A7B331 (or 0xA7B331) is known color: Bahia. HEX triplet: A7, B3 and 31. RGB value is (167,179,49). Sum of RGB (Red+Green+Blue) = 167+179+49=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B331 is #584CCE. Grayscale: #A1A1A1. Windows color (decimal): -5786831 or 3257255. OLE color: 3257255.

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

Color convert

RGB 167 179 49 -
CMYK 0.07 0 0.73 0.30
HSL 65.54º 0.57% 0.45% -
HSV(B) 65.54º 0.73% 0.7% -
XYZ 32.61 40.68 9.04 -
YUV 160.59 65.02 132.57 -
System Red Green Blue C M Y K H S L
Decimal 167 179 49 0.07 0 0.73 0.30 65.54 0.57 0.45
Hex A7 B3 31 7 0 49 1E 42 39 2D
Octal 247 263 61 7 0 111 36 102 71 55
Binary 10100111 10110011 110001 111 0 1001001 11110 1000010 111001 101101

Color Harmonies of #A7B331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B331

Black with #A7B331

Text Example


Text Example

White with #A7B331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B331; }

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

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

background-color css

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

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

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

border-color css

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

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

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