Html Css Color HEX #A8BB16 Bahia

📋 copy color: '#A8BB16'

red 168 ◦ green 187 ◦ blue 22

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

Shades of Bahia #A8BB16

Tints of Bahia #A8BB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.6%

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

R = 44.56%
G = 49.6%
B = 5.84%

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

#A8BB16 (or 0xA8BB16) is known color: Bahia. HEX triplet: A8, BB and 16. RGB value is (168,187,22). Sum of RGB (Red+Green+Blue) = 168+187+22=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB16 is #5744E9. Grayscale: #A3A3A3. Windows color (decimal): -5719274 or 1489832. OLE color: 1489832.

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

Color convert

RGB 168 187 22 -
CMYK 0.10 0 0.88 0.27
HSL 66.91º 0.79% 0.41% -
HSV(B) 66.91º 0.88% 0.73% -
XYZ 34.06 43.92 7.44 -
YUV 162.51 48.71 131.92 -
System Red Green Blue C M Y K H S L
Decimal 168 187 22 0.10 0 0.88 0.27 66.91 0.79 0.41
Hex A8 BB 16 A 0 58 1B 43 4F 29
Octal 250 273 26 12 0 130 33 103 117 51
Binary 10101000 10111011 10110 1010 0 1011000 11011 1000011 1001111 101001

Color Harmonies of #A8BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB16

Black with #A8BB16

Text Example


Text Example

White with #A8BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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