Html Css Color HEX #A6C41B Bahia

📋 copy color: '#A6C41B'

red 166 ◦ green 196 ◦ blue 27

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

Shades of Bahia #A6C41B

Tints of Bahia #A6C41B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.39%

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

R = 42.67%
G = 50.39%
B = 6.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#A6C41B (or 0xA6C41B) is known color: Bahia. HEX triplet: A6, C4 and 1B. RGB value is (166,196,27). Sum of RGB (Red+Green+Blue) = 166+196+27=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C41B is #593BE4. Grayscale: #A8A8A8. Windows color (decimal): -5848037 or 1819814. OLE color: 1819814.

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

Color convert

RGB 166 196 27 -
CMYK 0.15 0 0.86 0.23
HSL 70.65º 0.76% 0.44% -
HSV(B) 70.65º 0.86% 0.77% -
XYZ 35.66 47.67 8.36 -
YUV 167.76 48.56 126.74 -
System Red Green Blue C M Y K H S L
Decimal 166 196 27 0.15 0 0.86 0.23 70.65 0.76 0.44
Hex A6 C4 1B F 0 56 17 47 4C 2C
Octal 246 304 33 17 0 126 27 107 114 54
Binary 10100110 11000100 11011 1111 0 1010110 10111 1000111 1001100 101100

Color Harmonies of #A6C41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C41B

Black with #A6C41B

Text Example


Text Example

White with #A6C41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C41B; }

 p { color: rgb(166,196,27); }

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

background-color css

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

 a { background-color: rgb(166,196,27); }

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

border-color css

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

 span { border-color: rgb(166,196,27); }

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