#A8B330

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

Shades of Bahia #A8B330

Tints of Bahia #A8B330

Color information

#A8B330 (or 0xA8B330) is unknown color: approx Bahia. HEX triplet: A8, B3 and 30. RGB value is (168,179,48). Sum of RGB (Red+Green+Blue) = 168+179+48=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B330 is #574CCF. Grayscale: #A1A1A1. Windows color (decimal): -5721296 or 3191720. OLE color: 3191720.

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

Color convert

RGB16817948-
CMYK0.0600.730.30
HSL65.04º57.71%44.51%-
HSV(B)65.04º73.18%70.2%-
XYZ32.840.788.94-
YUV160.7864.36133.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.53%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 48 (19.14% from 255) = 12.15%
R=42.53%
G=45.32%
B=12.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168179480.0600.730.3065.0457.7144.51
HexA8B33060491E413a2d
Octal2502636060111361017255
Binary101010001011001111000011001001001111101000001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B330; }

 p { color: rgb(168,179,48); }

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

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

 a { background-color: rgb(168,179,48); }

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

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

 span { border-color: rgb(168,179,48); }

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