Html Css Color HEX #A8BB19 Bahia

📋 copy color: '#A8BB19'

red 168 ◦ green 187 ◦ blue 25

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

Shades of Bahia #A8BB19

Tints of Bahia #A8BB19

RGB

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

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

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

R = 44.21%
G = 49.21%
B = 6.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#A8BB19 (or 0xA8BB19) is known color: Bahia. HEX triplet: A8, BB and 19. RGB value is (168,187,25). Sum of RGB (Red+Green+Blue) = 168+187+25=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB19 is #5744E6. Grayscale: #A3A3A3. Windows color (decimal): -5719271 or 1686440. OLE color: 1686440.

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

Color convert

RGB 168 187 25 -
CMYK 0.10 0 0.87 0.27
HSL 67.04º 0.76% 0.42% -
HSV(B) 67.04º 0.87% 0.73% -
XYZ 34.09 43.94 7.6 -
YUV 162.85 50.21 131.67 -
System Red Green Blue C M Y K H S L
Decimal 168 187 25 0.10 0 0.87 0.27 67.04 0.76 0.42
Hex A8 BB 19 A 0 57 1B 43 4C 2A
Octal 250 273 31 12 0 127 33 103 114 52
Binary 10101000 10111011 11001 1010 0 1010111 11011 1000011 1001100 101010

Color Harmonies of #A8BB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB19

Black with #A8BB19

Text Example


Text Example

White with #A8BB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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