Html Css Color HEX #A6B11E Bahia

📋 copy color: '#A6B11E'

red 166 ◦ green 177 ◦ blue 30

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

Shades of Bahia #A6B11E

Tints of Bahia #A6B11E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.45%

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

R = 44.5%
G = 47.45%
B = 8.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#A6B11E (or 0xA6B11E) is known color: Bahia. HEX triplet: A6, B1 and 1E. RGB value is (166,177,30). Sum of RGB (Red+Green+Blue) = 166+177+30=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B11E is #594EE1. Grayscale: #9D9D9D. Windows color (decimal): -5852898 or 2011558. OLE color: 2011558.

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

Color convert

RGB 166 177 30 -
CMYK 0.06 0 0.83 0.31
HSL 64.49º 0.71% 0.41% -
HSV(B) 64.49º 0.83% 0.69% -
XYZ 31.68 39.65 7.21 -
YUV 156.95 56.36 134.45 -
System Red Green Blue C M Y K H S L
Decimal 166 177 30 0.06 0 0.83 0.31 64.49 0.71 0.41
Hex A6 B1 1E 6 0 53 1F 40 47 29
Octal 246 261 36 6 0 123 37 100 107 51
Binary 10100110 10110001 11110 110 0 1010011 11111 1000000 1000111 101001

Color Harmonies of #A6B11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B11E

Black with #A6B11E

Text Example


Text Example

White with #A6B11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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