Html Css Color HEX #A7B913 Bahia

📋 copy color: '#A7B913'

red 167 ◦ green 185 ◦ blue 19

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

Shades of Bahia #A7B913

Tints of Bahia #A7B913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.12%

R = 45.01%
G = 49.87%
B = 5.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A7B913 (or 0xA7B913) is known color: Bahia. HEX triplet: A7, B9 and 13. RGB value is (167,185,19). Sum of RGB (Red+Green+Blue) = 167+185+19=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B913 is #5846EC. Grayscale: #A1A1A1. Windows color (decimal): -5785325 or 1292711. OLE color: 1292711.

HSL color Cylindrical-coordinate representation of color #A7B913: hue angle of 66.51º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7B913 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 19 -
CMYK 0.10 0 0.90 0.27
HSL 66.51º 0.81% 0.4% -
HSV(B) 66.51º 0.9% 0.73% -
XYZ 33.4 42.96 7.15 -
YUV 160.69 48.04 132.5 -
System Red Green Blue C M Y K H S L
Decimal 167 185 19 0.10 0 0.90 0.27 66.51 0.81 0.4
Hex A7 B9 13 A 0 5A 1B 43 51 28
Octal 247 271 23 12 0 132 33 103 121 50
Binary 10100111 10111001 10011 1010 0 1011010 11011 1000011 1010001 101000

Color Harmonies of #A7B913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B913

Black with #A7B913

Text Example


Text Example

White with #A7B913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B913; }

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

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

background-color css

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

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

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

border-color css

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

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

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