Html Css Color HEX #A6BB1F Bahia

📋 copy color: '#A6BB1F'

red 166 ◦ green 187 ◦ blue 31

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

Shades of Bahia #A6BB1F

Tints of Bahia #A6BB1F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.7%

 BLUE value IS 31 (12.5% from 255) = 8.07%

R = 43.23%
G = 48.7%
B = 8.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#A6BB1F (or 0xA6BB1F) is known color: Bahia. HEX triplet: A6, BB and 1F. RGB value is (166,187,31). Sum of RGB (Red+Green+Blue) = 166+187+31=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BB1F is #5944E0. Grayscale: #A3A3A3. Windows color (decimal): -5850337 or 2079654. OLE color: 2079654.

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

Color convert

RGB 166 187 31 -
CMYK 0.11 0 0.83 0.27
HSL 68.08º 0.72% 0.43% -
HSV(B) 68.08º 0.83% 0.73% -
XYZ 33.74 43.75 7.96 -
YUV 162.94 53.54 130.18 -
System Red Green Blue C M Y K H S L
Decimal 166 187 31 0.11 0 0.83 0.27 68.08 0.72 0.43
Hex A6 BB 1F B 0 53 1B 44 48 2B
Octal 246 273 37 13 0 123 33 104 110 53
Binary 10100110 10111011 11111 1011 0 1010011 11011 1000100 1001000 101011

Color Harmonies of #A6BB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BB1F

Black with #A6BB1F

Text Example


Text Example

White with #A6BB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BB1F; }

 p { color: rgb(166,187,31); }

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

background-color css

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

 a { background-color: rgb(166,187,31); }

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

border-color css

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

 span { border-color: rgb(166,187,31); }

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