#a3af30

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

Shades of Bahia #A3AF30

Tints of Bahia #A3AF30

Color information

#A3AF30 (or 0xA3AF30) is unknown color: approx Bahia. HEX triplet: A3, AF and 30. RGB value is (163,175,48). Sum of RGB (Red+Green+Blue) = 163+175+48=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AF30 is #5C50CF. Grayscale: #9D9D9D. Windows color (decimal): -6050000 or 3190691. OLE color: 3190691.

HSL color Cylindrical-coordinate representation of color #A3AF30: hue angle of 65.67º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3AF30 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB16317548-
CMYK0.0700.730.31
HSL65.67º56.95%43.73%-
HSV(B)65.67º72.57%68.63%-
XYZ30.9738.668.63-
YUV156.9366.52132.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 175 (68.75% from 255) = 45.34%
BLUE value IS 48 (19.14% from 255) = 12.44%
R=42.23%
G=45.34%
B=12.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163175480.0700.730.3165.6756.9543.73
HexA3AF3070491F42392c
Octal2432576070111371027154
Binary101000111010111111000011101001001111111000010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3af30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3af30; }

 p { color: rgb(163,175,48); }

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

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

 a { background-color: rgb(163,175,48); }

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

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

 span { border-color: rgb(163,175,48); }

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