Html Css Color HEX #A6BA2E Bahia

📋 copy color: '#A6BA2E'

red 166 ◦ green 186 ◦ blue 46

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

Shades of Bahia #A6BA2E

Tints of Bahia #A6BA2E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

 BLUE value IS 46 (18.36% from 255) = 11.56%

R = 41.71%
G = 46.73%
B = 11.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#A6BA2E (or 0xA6BA2E) is known color: Bahia. HEX triplet: A6, BA and 2E. RGB value is (166,186,46). Sum of RGB (Red+Green+Blue) = 166+186+46=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA2E is #5945D1. Grayscale: #A4A4A4. Windows color (decimal): -5850578 or 3062438. OLE color: 3062438.

HSL color Cylindrical-coordinate representation of color #A6BA2E: hue angle of 68.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6BA2E is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 186 46 -
CMYK 0.11 0 0.75 0.27
HSL 68.57º 0.6% 0.45% -
HSV(B) 68.57º 0.75% 0.73% -
XYZ 33.78 43.42 9.19 -
YUV 164.06 61.37 129.38 -
System Red Green Blue C M Y K H S L
Decimal 166 186 46 0.11 0 0.75 0.27 68.57 0.6 0.45
Hex A6 BA 2E B 0 4B 1B 45 3C 2D
Octal 246 272 56 13 0 113 33 105 74 55
Binary 10100110 10111010 101110 1011 0 1001011 11011 1000101 111100 101101

Color Harmonies of #A6BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA2E

Black with #A6BA2E

Text Example


Text Example

White with #A6BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA2E; }

 p { color: rgb(166,186,46); }

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

background-color css

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

 a { background-color: rgb(166,186,46); }

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

border-color css

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

 span { border-color: rgb(166,186,46); }

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