Html Css Color HEX #A6B41E Bahia

📋 copy color: '#A6B41E'

red 166 ◦ green 180 ◦ blue 30

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

Shades of Bahia #A6B41E

Tints of Bahia #A6B41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.98%

R = 44.15%
G = 47.87%
B = 7.98%

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

#A6B41E (or 0xA6B41E) is known color: Bahia. HEX triplet: A6, B4 and 1E. RGB value is (166,180,30). Sum of RGB (Red+Green+Blue) = 166+180+30=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B41E is #594BE1. Grayscale: #9F9F9F. Windows color (decimal): -5852130 or 2012326. OLE color: 2012326.

HSL color Cylindrical-coordinate representation of color #A6B41E: hue angle of 65.6º 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 #A6B41E is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 30 -
CMYK 0.08 0 0.83 0.29
HSL 65.6º 0.71% 0.41% -
HSV(B) 65.6º 0.83% 0.71% -
XYZ 32.28 40.84 7.41 -
YUV 158.71 55.36 133.2 -
System Red Green Blue C M Y K H S L
Decimal 166 180 30 0.08 0 0.83 0.29 65.6 0.71 0.41
Hex A6 B4 1E 8 0 53 1D 42 47 29
Octal 246 264 36 10 0 123 35 102 107 51
Binary 10100110 10110100 11110 1000 0 1010011 11101 1000010 1000111 101001

Color Harmonies of #A6B41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B41E

Black with #A6B41E

Text Example


Text Example

White with #A6B41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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