Html Css Color HEX #A6B91A Bahia

📋 copy color: '#A6B91A'

red 166 ◦ green 185 ◦ blue 26

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

Shades of Bahia #A6B91A

Tints of Bahia #A6B91A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.07%

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 44.03%
G = 49.07%
B = 6.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#A6B91A (or 0xA6B91A) is known color: Bahia. HEX triplet: A6, B9 and 1A. RGB value is (166,185,26). Sum of RGB (Red+Green+Blue) = 166+185+26=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B91A is #5946E5. Grayscale: #A1A1A1. Windows color (decimal): -5850854 or 1751462. OLE color: 1751462.

HSL color Cylindrical-coordinate representation of color #A6B91A: hue angle of 67.17º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6B91A is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 26 -
CMYK 0.10 0 0.86 0.27
HSL 67.17º 0.75% 0.41% -
HSV(B) 67.17º 0.86% 0.73% -
XYZ 33.26 42.88 7.5 -
YUV 161.19 51.71 131.43 -
System Red Green Blue C M Y K H S L
Decimal 166 185 26 0.10 0 0.86 0.27 67.17 0.75 0.41
Hex A6 B9 1A A 0 56 1B 43 4B 29
Octal 246 271 32 12 0 126 33 103 113 51
Binary 10100110 10111001 11010 1010 0 1010110 11011 1000011 1001011 101001

Color Harmonies of #A6B91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B91A

Black with #A6B91A

Text Example


Text Example

White with #A6B91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B91A; }

 p { color: rgb(166,185,26); }

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

background-color css

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

 a { background-color: rgb(166,185,26); }

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

border-color css

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

 span { border-color: rgb(166,185,26); }

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