Html Css Color HEX #A6C618 Bahia

📋 copy color: '#A6C618'

red 166 ◦ green 198 ◦ blue 24

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

Shades of Bahia #A6C618

Tints of Bahia #A6C618

RGB

 RED value IS 166 (65.23% from 255) = 42.78%

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

 BLUE value IS 24 (9.77% from 255) = 6.19%

R = 42.78%
G = 51.03%
B = 6.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A6C618 (or 0xA6C618) is known color: Bahia. HEX triplet: A6, C6 and 18. RGB value is (166,198,24). Sum of RGB (Red+Green+Blue) = 166+198+24=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C618 is #5939E7. Grayscale: #A9A9A9. Windows color (decimal): -5847528 or 1623718. OLE color: 1623718.

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

Color convert

RGB 166 198 24 -
CMYK 0.16 0 0.88 0.22
HSL 71.03º 0.78% 0.44% -
HSV(B) 71.03º 0.88% 0.78% -
XYZ 36.08 48.56 8.34 -
YUV 168.6 46.4 126.15 -
System Red Green Blue C M Y K H S L
Decimal 166 198 24 0.16 0 0.88 0.22 71.03 0.78 0.44
Hex A6 C6 18 10 0 58 16 47 4E 2C
Octal 246 306 30 20 0 130 26 107 116 54
Binary 10100110 11000110 11000 10000 0 1011000 10110 1000111 1001110 101100

Color Harmonies of #A6C618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C618

Black with #A6C618

Text Example


Text Example

White with #A6C618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C618; }

 p { color: rgb(166,198,24); }

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

background-color css

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

 a { background-color: rgb(166,198,24); }

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

border-color css

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

 span { border-color: rgb(166,198,24); }

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