Html Css Color HEX #A6B41F Bahia

📋 copy color: '#A6B41F'

red 166 ◦ green 180 ◦ blue 31

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

Shades of Bahia #A6B41F

Tints of Bahia #A6B41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.22%

R = 44.03%
G = 47.75%
B = 8.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#A6B41F (or 0xA6B41F) is known color: Bahia. HEX triplet: A6, B4 and 1F. RGB value is (166,180,31). Sum of RGB (Red+Green+Blue) = 166+180+31=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B41F is #594BE0. Grayscale: #9F9F9F. Windows color (decimal): -5852129 or 2077862. OLE color: 2077862.

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

Color convert

RGB 166 180 31 -
CMYK 0.08 0 0.83 0.29
HSL 65.64º 0.71% 0.41% -
HSV(B) 65.64º 0.83% 0.71% -
XYZ 32.29 40.85 7.48 -
YUV 158.83 55.86 133.12 -
System Red Green Blue C M Y K H S L
Decimal 166 180 31 0.08 0 0.83 0.29 65.64 0.71 0.41
Hex A6 B4 1F 8 0 53 1D 42 47 29
Octal 246 264 37 10 0 123 35 102 107 51
Binary 10100110 10110100 11111 1000 0 1010011 11101 1000010 1000111 101001

Color Harmonies of #A6B41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B41F

Black with #A6B41F

Text Example


Text Example

White with #A6B41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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