Html Css Color HEX #A6C915 Bahia

📋 copy color: '#A6C915'

red 166 ◦ green 201 ◦ blue 21

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

Shades of Bahia #A6C915

Tints of Bahia #A6C915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.41%

R = 42.78%
G = 51.8%
B = 5.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#A6C915 (or 0xA6C915) is known color: Bahia. HEX triplet: A6, C9 and 15. RGB value is (166,201,21). Sum of RGB (Red+Green+Blue) = 166+201+21=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C915 is #5936EA. Grayscale: #AAAAAA. Windows color (decimal): -5846763 or 1427878. OLE color: 1427878.

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

Color convert

RGB 166 201 21 -
CMYK 0.17 0 0.90 0.21
HSL 71.67º 0.81% 0.44% -
HSV(B) 71.67º 0.9% 0.79% -
XYZ 36.75 49.93 8.41 -
YUV 170.02 43.9 125.14 -
System Red Green Blue C M Y K H S L
Decimal 166 201 21 0.17 0 0.90 0.21 71.67 0.81 0.44
Hex A6 C9 15 11 0 5A 15 48 51 2C
Octal 246 311 25 21 0 132 25 110 121 54
Binary 10100110 11001001 10101 10001 0 1011010 10101 1001000 1010001 101100

Color Harmonies of #A6C915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C915

Black with #A6C915

Text Example


Text Example

White with #A6C915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C915; }

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

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

background-color css

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

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

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

border-color css

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

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

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