Html Css Color HEX #A7B320 Bahia

📋 copy color: '#A7B320'

red 167 ◦ green 179 ◦ blue 32

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

Shades of Bahia #A7B320

Tints of Bahia #A7B320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.47%

R = 44.18%
G = 47.35%
B = 8.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#A7B320 (or 0xA7B320) is known color: Bahia. HEX triplet: A7, B3 and 20. RGB value is (167,179,32). Sum of RGB (Red+Green+Blue) = 167+179+32=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B320 is #584CDF. Grayscale: #9F9F9F. Windows color (decimal): -5786848 or 2143143. OLE color: 2143143.

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

Color convert

RGB 167 179 32 -
CMYK 0.07 0 0.82 0.30
HSL 64.9º 0.7% 0.41% -
HSV(B) 64.9º 0.82% 0.7% -
XYZ 32.32 40.56 7.49 -
YUV 158.65 56.52 133.95 -
System Red Green Blue C M Y K H S L
Decimal 167 179 32 0.07 0 0.82 0.30 64.9 0.7 0.41
Hex A7 B3 20 7 0 52 1E 41 46 29
Octal 247 263 40 7 0 122 36 101 106 51
Binary 10100111 10110011 100000 111 0 1010010 11110 1000001 1000110 101001

Color Harmonies of #A7B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B320

Black with #A7B320

Text Example


Text Example

White with #A7B320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B320; }

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

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

background-color css

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

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

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

border-color css

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

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

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