Html Css Color HEX #A3C117 Bahia

📋 copy color: '#A3C117'

red 163 ◦ green 193 ◦ blue 23

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

Shades of Bahia #A3C117

Tints of Bahia #A3C117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.07%

R = 43.01%
G = 50.92%
B = 6.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#A3C117 (or 0xA3C117) is known color: Bahia. HEX triplet: A3, C1 and 17. RGB value is (163,193,23). Sum of RGB (Red+Green+Blue) = 163+193+23=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C117 is #5C3EE8. Grayscale: #A5A5A5. Windows color (decimal): -6045417 or 1556899. OLE color: 1556899.

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

Color convert

RGB 163 193 23 -
CMYK 0.16 0 0.88 0.24
HSL 70.59º 0.79% 0.42% -
HSV(B) 70.59º 0.88% 0.76% -
XYZ 34.33 45.99 7.88 -
YUV 164.65 48.06 126.82 -
System Red Green Blue C M Y K H S L
Decimal 163 193 23 0.16 0 0.88 0.24 70.59 0.79 0.42
Hex A3 C1 17 10 0 58 18 47 4F 2A
Octal 243 301 27 20 0 130 30 107 117 52
Binary 10100011 11000001 10111 10000 0 1011000 11000 1000111 1001111 101010

Color Harmonies of #A3C117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C117

Black with #A3C117

Text Example


Text Example

White with #A3C117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C117; }

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

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

background-color css

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

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

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

border-color css

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

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

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