Html Css Color HEX #A6BC2F Bahia

📋 copy color: '#A6BC2F'

red 166 ◦ green 188 ◦ blue 47

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

Shades of Bahia #A6BC2F

Tints of Bahia #A6BC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.72%

R = 41.4%
G = 46.88%
B = 11.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#A6BC2F (or 0xA6BC2F) is known color: Bahia. HEX triplet: A6, BC and 2F. RGB value is (166,188,47). Sum of RGB (Red+Green+Blue) = 166+188+47=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC2F is #5943D0. Grayscale: #A5A5A5. Windows color (decimal): -5850065 or 3128486. OLE color: 3128486.

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

Color convert

RGB 166 188 47 -
CMYK 0.12 0 0.75 0.26
HSL 69.36º 0.6% 0.46% -
HSV(B) 69.36º 0.75% 0.74% -
XYZ 34.22 44.28 9.43 -
YUV 165.35 61.21 128.46 -
System Red Green Blue C M Y K H S L
Decimal 166 188 47 0.12 0 0.75 0.26 69.36 0.6 0.46
Hex A6 BC 2F C 0 4B 1A 45 3C 2E
Octal 246 274 57 14 0 113 32 105 74 56
Binary 10100110 10111100 101111 1100 0 1001011 11010 1000101 111100 101110

Color Harmonies of #A6BC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC2F

Black with #A6BC2F

Text Example


Text Example

White with #A6BC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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