Html Css Color HEX #A8BA16 Bahia

📋 copy color: '#A8BA16'

red 168 ◦ green 186 ◦ blue 22

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

Shades of Bahia #A8BA16

Tints of Bahia #A8BA16

RGB

 RED value IS 168 (66.02% from 255) = 44.68%

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

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

R = 44.68%
G = 49.47%
B = 5.85%

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

#A8BA16 (or 0xA8BA16) is known color: Bahia. HEX triplet: A8, BA and 16. RGB value is (168,186,22). Sum of RGB (Red+Green+Blue) = 168+186+22=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA16 is #5745E9. Grayscale: #A2A2A2. Windows color (decimal): -5719530 or 1489576. OLE color: 1489576.

HSL color Cylindrical-coordinate representation of color #A8BA16: hue angle of 66.59º 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 #A8BA16 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 22 -
CMYK 0.10 0 0.88 0.27
HSL 66.59º 0.79% 0.41% -
HSV(B) 66.59º 0.88% 0.73% -
XYZ 33.85 43.5 7.37 -
YUV 161.92 49.04 132.34 -
System Red Green Blue C M Y K H S L
Decimal 168 186 22 0.10 0 0.88 0.27 66.59 0.79 0.41
Hex A8 BA 16 A 0 58 1B 43 4F 29
Octal 250 272 26 12 0 130 33 103 117 51
Binary 10101000 10111010 10110 1010 0 1011000 11011 1000011 1001111 101001

Color Harmonies of #A8BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA16

Black with #A8BA16

Text Example


Text Example

White with #A8BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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