Html Css Color HEX #A3C61B Bahia

📋 copy color: '#A3C61B'

red 163 ◦ green 198 ◦ blue 27

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

Shades of Bahia #A3C61B

Tints of Bahia #A3C61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.03%

 BLUE value IS 27 (10.94% from 255) = 6.96%

R = 42.01%
G = 51.03%
B = 6.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#A3C61B (or 0xA3C61B) is known color: Bahia. HEX triplet: A3, C6 and 1B. RGB value is (163,198,27). Sum of RGB (Red+Green+Blue) = 163+198+27=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C61B is #5C39E4. Grayscale: #A8A8A8. Windows color (decimal): -6044133 or 1820323. OLE color: 1820323.

HSL color Cylindrical-coordinate representation of color #A3C61B: hue angle of 72.28º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A3C61B is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 198 27 -
CMYK 0.18 0 0.86 0.22
HSL 72.28º 0.76% 0.44% -
HSV(B) 72.28º 0.86% 0.78% -
XYZ 35.5 48.25 8.48 -
YUV 168.04 48.4 124.4 -
System Red Green Blue C M Y K H S L
Decimal 163 198 27 0.18 0 0.86 0.22 72.28 0.76 0.44
Hex A3 C6 1B 12 0 56 16 48 4C 2C
Octal 243 306 33 22 0 126 26 110 114 54
Binary 10100011 11000110 11011 10010 0 1010110 10110 1001000 1001100 101100

Color Harmonies of #A3C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C61B

Black with #A3C61B

Text Example


Text Example

White with #A3C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C61B; }

 p { color: rgb(163,198,27); }

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

background-color css

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

 a { background-color: rgb(163,198,27); }

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

border-color css

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

 span { border-color: rgb(163,198,27); }

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