Html Css Color HEX #A8B119 Bahia

📋 copy color: '#A8B119'

red 168 ◦ green 177 ◦ blue 25

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

Shades of Bahia #A8B119

Tints of Bahia #A8B119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.84%

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

R = 45.41%
G = 47.84%
B = 6.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#A8B119 (or 0xA8B119) is known color: Bahia. HEX triplet: A8, B1 and 19. RGB value is (168,177,25). Sum of RGB (Red+Green+Blue) = 168+177+25=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B119 is #574EE6. Grayscale: #9D9D9D. Windows color (decimal): -5721831 or 1683880. OLE color: 1683880.

HSL color Cylindrical-coordinate representation of color #A8B119: hue angle of 63.55º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8B119 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 177 25 -
CMYK 0.05 0 0.86 0.31
HSL 63.55º 0.75% 0.4% -
HSV(B) 63.55º 0.86% 0.69% -
XYZ 32.05 39.84 6.92 -
YUV 156.98 53.52 135.86 -
System Red Green Blue C M Y K H S L
Decimal 168 177 25 0.05 0 0.86 0.31 63.55 0.75 0.4
Hex A8 B1 19 5 0 56 1F 40 4B 28
Octal 250 261 31 5 0 126 37 100 113 50
Binary 10101000 10110001 11001 101 0 1010110 11111 1000000 1001011 101000

Color Harmonies of #A8B119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B119

Black with #A8B119

Text Example


Text Example

White with #A8B119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B119; }

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

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

background-color css

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

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

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

border-color css

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

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

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