Html Css Color HEX #A6BC2B Bahia

📋 copy color: '#A6BC2B'

red 166 ◦ green 188 ◦ blue 43

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

Shades of Bahia #A6BC2B

Tints of Bahia #A6BC2B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.36%

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

R = 41.81%
G = 47.36%
B = 10.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#A6BC2B (or 0xA6BC2B) is known color: Bahia. HEX triplet: A6, BC and 2B. RGB value is (166,188,43). Sum of RGB (Red+Green+Blue) = 166+188+43=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC2B is #5943D4. Grayscale: #A5A5A5. Windows color (decimal): -5850069 or 2866342. OLE color: 2866342.

HSL color Cylindrical-coordinate representation of color #A6BC2B: hue angle of 69.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6BC2B is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 43 -
CMYK 0.12 0 0.77 0.26
HSL 69.1º 0.63% 0.45% -
HSV(B) 69.1º 0.77% 0.74% -
XYZ 34.15 44.25 9.03 -
YUV 164.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 166 188 43 0.12 0 0.77 0.26 69.1 0.63 0.45
Hex A6 BC 2B C 0 4D 1A 45 3F 2D
Octal 246 274 53 14 0 115 32 105 77 55
Binary 10100110 10111100 101011 1100 0 1001101 11010 1000101 111111 101101

Color Harmonies of #A6BC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC2B

Black with #A6BC2B

Text Example


Text Example

White with #A6BC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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