#A3C91D

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

Shades of Bahia #A3C91D

Tints of Bahia #A3C91D

Color information

#A3C91D (or 0xA3C91D) is unknown color: approx Bahia. HEX triplet: A3, C9 and 1D. RGB value is (163,201,29). Sum of RGB (Red+Green+Blue) = 163+201+29=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C91D is #5C36E2. Grayscale: #AAAAAA. Windows color (decimal): -6043363 or 1952163. OLE color: 1952163.

HSL color Cylindrical-coordinate representation of color #A3C91D: hue angle of 73.26º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A3C91D is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB16320129-
CMYK0.1900.860.21
HSL73.26º74.78%45.1%-
HSV(B)73.26º85.57%78.82%-
XYZ36.2149.658.84-
YUV170.0348.41122.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 201 (78.91% from 255) = 51.15%
BLUE value IS 29 (11.72% from 255) = 7.38%
R=41.48%
G=51.15%
B=7.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163201290.1900.860.2173.2674.7845.1
HexA3C91D1305615494b2d
Octal243311352301262511111355
Binary10100011110010011110110011010101101010110010011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C91D; }

 p { color: rgb(163,201,29); }

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

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

 a { background-color: rgb(163,201,29); }

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

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

 span { border-color: rgb(163,201,29); }

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