Html Css Color HEX #A6B41B Bahia

📋 copy color: '#A6B41B'

red 166 ◦ green 180 ◦ blue 27

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

Shades of Bahia #A6B41B

Tints of Bahia #A6B41B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.26%

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

R = 44.5%
G = 48.26%
B = 7.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#A6B41B (or 0xA6B41B) is known color: Bahia. HEX triplet: A6, B4 and 1B. RGB value is (166,180,27). Sum of RGB (Red+Green+Blue) = 166+180+27=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B41B is #594BE4. Grayscale: #9E9E9E. Windows color (decimal): -5852133 or 1815718. OLE color: 1815718.

HSL color Cylindrical-coordinate representation of color #A6B41B: hue angle of 65.49º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6B41B is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 27 -
CMYK 0.08 0 0.85 0.29
HSL 65.49º 0.74% 0.41% -
HSV(B) 65.49º 0.85% 0.71% -
XYZ 32.24 40.83 7.22 -
YUV 158.37 53.86 133.44 -
System Red Green Blue C M Y K H S L
Decimal 166 180 27 0.08 0 0.85 0.29 65.49 0.74 0.41
Hex A6 B4 1B 8 0 55 1D 41 4A 29
Octal 246 264 33 10 0 125 35 101 112 51
Binary 10100110 10110100 11011 1000 0 1010101 11101 1000001 1001010 101001

Color Harmonies of #A6B41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B41B

Black with #A6B41B

Text Example


Text Example

White with #A6B41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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