#A4BD30

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

Shades of Bahia #A4BD30

Tints of Bahia #A4BD30

Color information

#A4BD30 (or 0xA4BD30) is unknown color: approx Bahia. HEX triplet: A4, BD and 30. RGB value is (164,189,48). Sum of RGB (Red+Green+Blue) = 164+189+48=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BD30 is #5B42CF. Grayscale: #A5A5A5. Windows color (decimal): -5980880 or 3194276. OLE color: 3194276.

HSL color Cylindrical-coordinate representation of color #A4BD30: hue angle of 70.64º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4BD30 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB16418948-
CMYK0.1300.750.26
HSL70.64º59.49%46.47%-
HSV(B)70.64º74.6%74.12%-
XYZ34.0444.59.59-
YUV165.4561.72126.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 48 (19.14% from 255) = 11.97%
R=40.90%
G=47.13%
B=11.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164189480.1300.750.2670.6459.4946.47
HexA4BD30D04B1A473b2e
Octal24427560150113321077356
Binary1010010010111101110000110101001011110101000111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BD30; }

 p { color: rgb(164,189,48); }

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

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

 a { background-color: rgb(164,189,48); }

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

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

 span { border-color: rgb(164,189,48); }

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