#A8B71B

Color #A8B71B Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A8B71B

Tints of Bahia #A8B71B

Color information

#A8B71B (or 0xA8B71B) is unknown color: approx Bahia. HEX triplet: A8, B7 and 1B. RGB value is (168,183,27). Sum of RGB (Red+Green+Blue) = 168+183+27=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B71B is #5748E4. Grayscale: #A1A1A1. Windows color (decimal): -5720293 or 1816488. OLE color: 1816488.

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

Color convert

RGB16818327-
CMYK0.0800.850.28
HSL65.77º74.29%41.18%-
HSV(B)65.77º85.25%71.76%-
XYZ33.2842.277.44-
YUV160.7352.53133.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.44%
GREEN value IS 183 (71.88% from 255) = 48.41%
BLUE value IS 27 (10.94% from 255) = 7.14%
R=44.44%
G=48.41%
B=7.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168183270.0800.850.2865.7774.2941.18
HexA8B71B80551C424a29
Octal250267331001253410211251
Binary1010100010110111110111000010101011110010000101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B71B; }

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

 H1.HeaderClassName
 {
   color: #A8B71B;
 }
 .AnyTagClassName
 {
   color: #A8B71B;
 }
</style>
background-color css

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

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

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

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

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

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