Html Css Color HEX #A7B919 Bahia

📋 copy color: '#A7B919'

red 167 ◦ green 185 ◦ blue 25

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

Shades of Bahia #A7B919

Tints of Bahia #A7B919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.63%

R = 44.3%
G = 49.07%
B = 6.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#A7B919 (or 0xA7B919) is known color: Bahia. HEX triplet: A7, B9 and 19. RGB value is (167,185,25). Sum of RGB (Red+Green+Blue) = 167+185+25=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B919 is #5846E6. Grayscale: #A2A2A2. Windows color (decimal): -5785319 or 1685927. OLE color: 1685927.

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

Color convert

RGB 167 185 25 -
CMYK 0.10 0 0.86 0.27
HSL 66.75º 0.76% 0.41% -
HSV(B) 66.75º 0.86% 0.73% -
XYZ 33.46 42.98 7.45 -
YUV 161.38 51.04 132.01 -
System Red Green Blue C M Y K H S L
Decimal 167 185 25 0.10 0 0.86 0.27 66.75 0.76 0.41
Hex A7 B9 19 A 0 56 1B 43 4C 29
Octal 247 271 31 12 0 126 33 103 114 51
Binary 10100111 10111001 11001 1010 0 1010110 11011 1000011 1001100 101001

Color Harmonies of #A7B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B919

Black with #A7B919

Text Example


Text Example

White with #A7B919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B919; }

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

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

background-color css

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

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

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

border-color css

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

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

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