Html Css Color HEX #A3C11F Bahia

📋 copy color: '#A3C11F'

red 163 ◦ green 193 ◦ blue 31

#A3C11F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A3C11F

Tints of Bahia #A3C11F

RGB

 RED value IS 163 (64.06% from 255) = 42.12%

 GREEN value IS 193 (75.78% from 255) = 49.87%

 BLUE value IS 31 (12.5% from 255) = 8.01%

R = 42.12%
G = 49.87%
B = 8.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#A3C11F (or 0xA3C11F) is known color: Bahia. HEX triplet: A3, C1 and 1F. RGB value is (163,193,31). Sum of RGB (Red+Green+Blue) = 163+193+31=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C11F is #5C3EE0. Grayscale: #A6A6A6. Windows color (decimal): -6045409 or 2081187. OLE color: 2081187.

HSL color Cylindrical-coordinate representation of color #A3C11F: hue angle of 71.11º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3C11F is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 193 31 -
CMYK 0.16 0 0.84 0.24
HSL 71.11º 0.72% 0.44% -
HSV(B) 71.11º 0.84% 0.76% -
XYZ 34.42 46.03 8.37 -
YUV 165.56 52.06 126.17 -
System Red Green Blue C M Y K H S L
Decimal 163 193 31 0.16 0 0.84 0.24 71.11 0.72 0.44
Hex A3 C1 1F 10 0 54 18 47 48 2C
Octal 243 301 37 20 0 124 30 107 110 54
Binary 10100011 11000001 11111 10000 0 1010100 11000 1000111 1001000 101100

Color Harmonies of #A3C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C11F

Black with #A3C11F

Text Example


Text Example

White with #A3C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C11F; }

 p { color: rgb(163,193,31); }

 H1.HeaderClassName
 {
   color: #A3C11F;
 }
 .AnyTagClassName
 {
   color: #A3C11F;
 }
</style>

background-color css

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

 a { background-color: rgb(163,193,31); }

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

border-color css

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

 span { border-color: rgb(163,193,31); }

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