Html Css Color HEX #A6BB1E Bahia

📋 copy color: '#A6BB1E'

red 166 ◦ green 187 ◦ blue 30

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

Shades of Bahia #A6BB1E

Tints of Bahia #A6BB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.83%

R = 43.34%
G = 48.83%
B = 7.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#A6BB1E (or 0xA6BB1E) is known color: Bahia. HEX triplet: A6, BB and 1E. RGB value is (166,187,30). Sum of RGB (Red+Green+Blue) = 166+187+30=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BB1E is #5944E1. Grayscale: #A3A3A3. Windows color (decimal): -5850338 or 2014118. OLE color: 2014118.

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

Color convert

RGB 166 187 30 -
CMYK 0.11 0 0.84 0.27
HSL 68.03º 0.72% 0.43% -
HSV(B) 68.03º 0.84% 0.73% -
XYZ 33.73 43.74 7.89 -
YUV 162.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 166 187 30 0.11 0 0.84 0.27 68.03 0.72 0.43
Hex A6 BB 1E B 0 54 1B 44 48 2B
Octal 246 273 36 13 0 124 33 104 110 53
Binary 10100110 10111011 11110 1011 0 1010100 11011 1000100 1001000 101011

Color Harmonies of #A6BB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BB1E

Black with #A6BB1E

Text Example


Text Example

White with #A6BB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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