Html Css Color HEX #A8B416 Bahia

📋 copy color: '#A8B416'

red 168 ◦ green 180 ◦ blue 22

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

Shades of Bahia #A8B416

Tints of Bahia #A8B416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.65%

 BLUE value IS 22 (8.98% from 255) = 5.95%

R = 45.41%
G = 48.65%
B = 5.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#A8B416 (or 0xA8B416) is known color: Bahia. HEX triplet: A8, B4 and 16. RGB value is (168,180,22). Sum of RGB (Red+Green+Blue) = 168+180+22=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B416 is #574BE9. Grayscale: #9F9F9F. Windows color (decimal): -5721066 or 1488040. OLE color: 1488040.

HSL color Cylindrical-coordinate representation of color #A8B416: hue angle of 64.56º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8B416 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 22 -
CMYK 0.07 0 0.88 0.29
HSL 64.56º 0.78% 0.4% -
HSV(B) 64.56º 0.88% 0.71% -
XYZ 32.61 41.03 6.96 -
YUV 158.4 51.02 134.85 -
System Red Green Blue C M Y K H S L
Decimal 168 180 22 0.07 0 0.88 0.29 64.56 0.78 0.4
Hex A8 B4 16 7 0 58 1D 41 4E 28
Octal 250 264 26 7 0 130 35 101 116 50
Binary 10101000 10110100 10110 111 0 1011000 11101 1000001 1001110 101000

Color Harmonies of #A8B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B416

Black with #A8B416

Text Example


Text Example

White with #A8B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B416; }

 p { color: rgb(168,180,22); }

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

background-color css

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

 a { background-color: rgb(168,180,22); }

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

border-color css

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

 span { border-color: rgb(168,180,22); }

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