Html Css Color HEX #A8B219 Bahia

📋 copy color: '#A8B219'

red 168 ◦ green 178 ◦ blue 25

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

Shades of Bahia #A8B219

Tints of Bahia #A8B219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.98%

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

R = 45.28%
G = 47.98%
B = 6.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#A8B219 (or 0xA8B219) is known color: Bahia. HEX triplet: A8, B2 and 19. RGB value is (168,178,25). Sum of RGB (Red+Green+Blue) = 168+178+25=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B219 is #574DE6. Grayscale: #9E9E9E. Windows color (decimal): -5721575 or 1684136. OLE color: 1684136.

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

Color convert

RGB 168 178 25 -
CMYK 0.06 0 0.86 0.30
HSL 63.92º 0.75% 0.4% -
HSV(B) 63.92º 0.86% 0.7% -
XYZ 32.24 40.24 6.99 -
YUV 157.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 168 178 25 0.06 0 0.86 0.30 63.92 0.75 0.4
Hex A8 B2 19 6 0 56 1E 40 4B 28
Octal 250 262 31 6 0 126 36 100 113 50
Binary 10101000 10110010 11001 110 0 1010110 11110 1000000 1001011 101000

Color Harmonies of #A8B219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B219

Black with #A8B219

Text Example


Text Example

White with #A8B219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B219; }

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

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

background-color css

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

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

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

border-color css

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

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

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