Html Css Color HEX #A8B917 Bahia

📋 copy color: '#A8B917'

red 168 ◦ green 185 ◦ blue 23

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

Shades of Bahia #A8B917

Tints of Bahia #A8B917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 23 (9.38% from 255) = 6.12%

R = 44.68%
G = 49.2%
B = 6.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#A8B917 (or 0xA8B917) is known color: Bahia. HEX triplet: A8, B9 and 17. RGB value is (168,185,23). Sum of RGB (Red+Green+Blue) = 168+185+23=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B917 is #5746E8. Grayscale: #A2A2A2. Windows color (decimal): -5719785 or 1554856. OLE color: 1554856.

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

Color convert

RGB 168 185 23 -
CMYK 0.09 0 0.88 0.27
HSL 66.3º 0.78% 0.41% -
HSV(B) 66.3º 0.88% 0.73% -
XYZ 33.65 43.08 7.35 -
YUV 161.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 168 185 23 0.09 0 0.88 0.27 66.3 0.78 0.41
Hex A8 B9 17 9 0 58 1B 42 4E 29
Octal 250 271 27 11 0 130 33 102 116 51
Binary 10101000 10111001 10111 1001 0 1011000 11011 1000010 1001110 101001

Color Harmonies of #A8B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B917

Black with #A8B917

Text Example


Text Example

White with #A8B917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B917; }

 p { color: rgb(168,185,23); }

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

background-color css

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

 a { background-color: rgb(168,185,23); }

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

border-color css

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

 span { border-color: rgb(168,185,23); }

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