#A8B22B

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

Shades of Bahia #A8B22B

Tints of Bahia #A8B22B

Color information

#A8B22B (or 0xA8B22B) is unknown color: approx Bahia. HEX triplet: A8, B2 and 2B. RGB value is (168,178,43). Sum of RGB (Red+Green+Blue) = 168+178+43=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B22B is #574DD4. Grayscale: #A0A0A0. Windows color (decimal): -5721557 or 2863784. OLE color: 2863784.

HSL color Cylindrical-coordinate representation of color #A8B22B: hue angle of 64.44º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8B22B is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB16817843-
CMYK0.0600.760.30
HSL64.44º61.09%43.33%-
HSV(B)64.44º75.84%69.8%-
XYZ32.540.348.36-
YUV159.6262.19133.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 178 (69.92% from 255) = 45.76%
BLUE value IS 43 (17.19% from 255) = 11.05%
R=43.19%
G=45.76%
B=11.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168178430.0600.760.3064.4461.0943.33
HexA8B22B604C1E403d2b
Octal2502625360114361007553
Binary101010001011001010101111001001100111101000000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B22B; }

 p { color: rgb(168,178,43); }

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

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

 a { background-color: rgb(168,178,43); }

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

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

 span { border-color: rgb(168,178,43); }

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