Html Css Color HEX #A8B71A Bahia

📋 copy color: '#A8B71A'

red 168 ◦ green 183 ◦ blue 26

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

Shades of Bahia #A8B71A

Tints of Bahia #A8B71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 44.56%
G = 48.54%
B = 6.9%

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

#A8B71A (or 0xA8B71A) is known color: Bahia. HEX triplet: A8, B7 and 1A. RGB value is (168,183,26). Sum of RGB (Red+Green+Blue) = 168+183+26=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B71A is #5748E5. Grayscale: #A1A1A1. Windows color (decimal): -5720294 or 1750952. OLE color: 1750952.

HSL color Cylindrical-coordinate representation of color #A8B71A: hue angle of 65.73º degrees, saturation: 0.75, 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 #A8B71A is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 26 -
CMYK 0.08 0 0.86 0.28
HSL 65.73º 0.75% 0.41% -
HSV(B) 65.73º 0.86% 0.72% -
XYZ 33.27 42.27 7.38 -
YUV 160.62 52.03 133.27 -
System Red Green Blue C M Y K H S L
Decimal 168 183 26 0.08 0 0.86 0.28 65.73 0.75 0.41
Hex A8 B7 1A 8 0 56 1C 42 4B 29
Octal 250 267 32 10 0 126 34 102 113 51
Binary 10101000 10110111 11010 1000 0 1010110 11100 1000010 1001011 101001

Color Harmonies of #A8B71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B71A

Black with #A8B71A

Text Example


Text Example

White with #A8B71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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