Html Css Color HEX #A8B719 Bahia

📋 copy color: '#A8B719'

red 168 ◦ green 183 ◦ blue 25

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

Shades of Bahia #A8B719

Tints of Bahia #A8B719

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

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

R = 44.68%
G = 48.67%
B = 6.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#A8B719 (or 0xA8B719) is known color: Bahia. HEX triplet: A8, B7 and 19. RGB value is (168,183,25). Sum of RGB (Red+Green+Blue) = 168+183+25=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B719 is #5748E6. Grayscale: #A1A1A1. Windows color (decimal): -5720295 or 1685416. OLE color: 1685416.

HSL color Cylindrical-coordinate representation of color #A8B719: hue angle of 65.7º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8B719 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 25 -
CMYK 0.08 0 0.86 0.28
HSL 65.7º 0.76% 0.41% -
HSV(B) 65.7º 0.86% 0.72% -
XYZ 33.26 42.26 7.32 -
YUV 160.5 51.53 133.35 -
System Red Green Blue C M Y K H S L
Decimal 168 183 25 0.08 0 0.86 0.28 65.7 0.76 0.41
Hex A8 B7 19 8 0 56 1C 42 4C 29
Octal 250 267 31 10 0 126 34 102 114 51
Binary 10101000 10110111 11001 1000 0 1010110 11100 1000010 1001100 101001

Color Harmonies of #A8B719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B719

Black with #A8B719

Text Example


Text Example

White with #A8B719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B719; }

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

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

background-color css

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

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

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

border-color css

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

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

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