Html Css Color HEX #A6BE2B Bahia

📋 copy color: '#A6BE2B'

red 166 ◦ green 190 ◦ blue 43

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

Shades of Bahia #A6BE2B

Tints of Bahia #A6BE2B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.62%

 BLUE value IS 43 (17.19% from 255) = 10.78%

R = 41.6%
G = 47.62%
B = 10.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#A6BE2B (or 0xA6BE2B) is known color: Bahia. HEX triplet: A6, BE and 2B. RGB value is (166,190,43). Sum of RGB (Red+Green+Blue) = 166+190+43=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BE2B is #5941D4. Grayscale: #A6A6A6. Windows color (decimal): -5849557 or 2866854. OLE color: 2866854.

HSL color Cylindrical-coordinate representation of color #A6BE2B: hue angle of 69.8º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6BE2B is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 190 43 -
CMYK 0.13 0 0.77 0.25
HSL 69.8º 0.63% 0.46% -
HSV(B) 69.8º 0.77% 0.75% -
XYZ 34.58 45.11 9.17 -
YUV 166.07 58.55 127.95 -
System Red Green Blue C M Y K H S L
Decimal 166 190 43 0.13 0 0.77 0.25 69.8 0.63 0.46
Hex A6 BE 2B D 0 4D 19 46 3F 2E
Octal 246 276 53 15 0 115 31 106 77 56
Binary 10100110 10111110 101011 1101 0 1001101 11001 1000110 111111 101110

Color Harmonies of #A6BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE2B

Black with #A6BE2B

Text Example


Text Example

White with #A6BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE2B; }

 p { color: rgb(166,190,43); }

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

background-color css

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

 a { background-color: rgb(166,190,43); }

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

border-color css

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

 span { border-color: rgb(166,190,43); }

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