Html Css Color HEX #A7BA16 Bahia

📋 copy color: '#A7BA16'

red 167 ◦ green 186 ◦ blue 22

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

Shades of Bahia #A7BA16

Tints of Bahia #A7BA16

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.6%

 BLUE value IS 22 (8.98% from 255) = 5.87%

R = 44.53%
G = 49.6%
B = 5.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#A7BA16 (or 0xA7BA16) is known color: Bahia. HEX triplet: A7, BA and 16. RGB value is (167,186,22). Sum of RGB (Red+Green+Blue) = 167+186+22=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BA16 is #5845E9. Grayscale: #A2A2A2. Windows color (decimal): -5785066 or 1489575. OLE color: 1489575.

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

Color convert

RGB 167 186 22 -
CMYK 0.10 0 0.88 0.27
HSL 66.95º 0.79% 0.41% -
HSV(B) 66.95º 0.88% 0.73% -
XYZ 33.64 43.39 7.36 -
YUV 161.62 49.21 131.84 -
System Red Green Blue C M Y K H S L
Decimal 167 186 22 0.10 0 0.88 0.27 66.95 0.79 0.41
Hex A7 BA 16 A 0 58 1B 43 4F 29
Octal 247 272 26 12 0 130 33 103 117 51
Binary 10100111 10111010 10110 1010 0 1011000 11011 1000011 1001111 101001

Color Harmonies of #A7BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BA16

Black with #A7BA16

Text Example


Text Example

White with #A7BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BA16; }

 p { color: rgb(167,186,22); }

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

background-color css

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

 a { background-color: rgb(167,186,22); }

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

border-color css

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

 span { border-color: rgb(167,186,22); }

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