Html Css Color HEX #A6BA33 Bahia

📋 copy color: '#A6BA33'

red 166 ◦ green 186 ◦ blue 51

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

Shades of Bahia #A6BA33

Tints of Bahia #A6BA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.66%

R = 41.19%
G = 46.15%
B = 12.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#A6BA33 (or 0xA6BA33) is known color: Bahia. HEX triplet: A6, BA and 33. RGB value is (166,186,51). Sum of RGB (Red+Green+Blue) = 166+186+51=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA33 is #5945CC. Grayscale: #A5A5A5. Windows color (decimal): -5850573 or 3390118. OLE color: 3390118.

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

Color convert

RGB 166 186 51 -
CMYK 0.11 0 0.73 0.27
HSL 68.89º 0.57% 0.46% -
HSV(B) 68.89º 0.73% 0.73% -
XYZ 33.88 43.46 9.74 -
YUV 164.63 63.87 128.98 -
System Red Green Blue C M Y K H S L
Decimal 166 186 51 0.11 0 0.73 0.27 68.89 0.57 0.46
Hex A6 BA 33 B 0 49 1B 45 39 2E
Octal 246 272 63 13 0 111 33 105 71 56
Binary 10100110 10111010 110011 1011 0 1001001 11011 1000101 111001 101110

Color Harmonies of #A6BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA33

Black with #A6BA33

Text Example


Text Example

White with #A6BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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