Html Css Color HEX #A7B619 Bahia

📋 copy color: '#A7B619'

red 167 ◦ green 182 ◦ blue 25

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

Shades of Bahia #A7B619

Tints of Bahia #A7B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.66%

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

R = 44.65%
G = 48.66%
B = 6.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#A7B619 (or 0xA7B619) is known color: Bahia. HEX triplet: A7, B6 and 19. RGB value is (167,182,25). Sum of RGB (Red+Green+Blue) = 167+182+25=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B619 is #5849E6. Grayscale: #A0A0A0. Windows color (decimal): -5786087 or 1685159. OLE color: 1685159.

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

Color convert

RGB 167 182 25 -
CMYK 0.08 0 0.86 0.29
HSL 65.73º 0.76% 0.41% -
HSV(B) 65.73º 0.86% 0.71% -
XYZ 32.84 41.74 7.25 -
YUV 159.62 52.03 133.27 -
System Red Green Blue C M Y K H S L
Decimal 167 182 25 0.08 0 0.86 0.29 65.73 0.76 0.41
Hex A7 B6 19 8 0 56 1D 42 4C 29
Octal 247 266 31 10 0 126 35 102 114 51
Binary 10100111 10110110 11001 1000 0 1010110 11101 1000010 1001100 101001

Color Harmonies of #A7B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B619

Black with #A7B619

Text Example


Text Example

White with #A7B619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B619; }

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

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

background-color css

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

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

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

border-color css

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

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

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