Html Css Color HEX #A6C918 Bahia

📋 copy color: '#A6C918'

red 166 ◦ green 201 ◦ blue 24

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

Shades of Bahia #A6C918

Tints of Bahia #A6C918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.41%

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

R = 42.46%
G = 51.41%
B = 6.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#A6C918 (or 0xA6C918) is known color: Bahia. HEX triplet: A6, C9 and 18. RGB value is (166,201,24). Sum of RGB (Red+Green+Blue) = 166+201+24=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C918 is #5936E7. Grayscale: #ABABAB. Windows color (decimal): -5846760 or 1624486. OLE color: 1624486.

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

Color convert

RGB 166 201 24 -
CMYK 0.17 0 0.88 0.21
HSL 71.86º 0.79% 0.44% -
HSV(B) 71.86º 0.88% 0.79% -
XYZ 36.78 49.95 8.57 -
YUV 170.36 45.4 124.89 -
System Red Green Blue C M Y K H S L
Decimal 166 201 24 0.17 0 0.88 0.21 71.86 0.79 0.44
Hex A6 C9 18 11 0 58 15 48 4F 2C
Octal 246 311 30 21 0 130 25 110 117 54
Binary 10100110 11001001 11000 10001 0 1011000 10101 1001000 1001111 101100

Color Harmonies of #A6C918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C918

Black with #A6C918

Text Example


Text Example

White with #A6C918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C918; }

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

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

background-color css

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

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

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

border-color css

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

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

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