Html Css Color HEX #A6BC1B Bahia

📋 copy color: '#A6BC1B'

red 166 ◦ green 188 ◦ blue 27

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

Shades of Bahia #A6BC1B

Tints of Bahia #A6BC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.09%

R = 43.57%
G = 49.34%
B = 7.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#A6BC1B (or 0xA6BC1B) is known color: Bahia. HEX triplet: A6, BC and 1B. RGB value is (166,188,27). Sum of RGB (Red+Green+Blue) = 166+188+27=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC1B is #5943E4. Grayscale: #A3A3A3. Windows color (decimal): -5850085 or 1817766. OLE color: 1817766.

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

Color convert

RGB 166 188 27 -
CMYK 0.12 0 0.86 0.26
HSL 68.2º 0.75% 0.42% -
HSV(B) 68.2º 0.86% 0.74% -
XYZ 33.91 44.15 7.77 -
YUV 163.07 51.21 130.09 -
System Red Green Blue C M Y K H S L
Decimal 166 188 27 0.12 0 0.86 0.26 68.2 0.75 0.42
Hex A6 BC 1B C 0 56 1A 44 4B 2A
Octal 246 274 33 14 0 126 32 104 113 52
Binary 10100110 10111100 11011 1100 0 1010110 11010 1000100 1001011 101010

Color Harmonies of #A6BC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC1B

Black with #A6BC1B

Text Example


Text Example

White with #A6BC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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