Html Css Color HEX #A6B91D Bahia

📋 copy color: '#A6B91D'

red 166 ◦ green 185 ◦ blue 29

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

Shades of Bahia #A6B91D

Tints of Bahia #A6B91D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 43.68%
G = 48.68%
B = 7.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#A6B91D (or 0xA6B91D) is known color: Bahia. HEX triplet: A6, B9 and 1D. RGB value is (166,185,29). Sum of RGB (Red+Green+Blue) = 166+185+29=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B91D is #5946E2. Grayscale: #A2A2A2. Windows color (decimal): -5850851 or 1948070. OLE color: 1948070.

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

Color convert

RGB 166 185 29 -
CMYK 0.10 0 0.84 0.27
HSL 67.31º 0.73% 0.42% -
HSV(B) 67.31º 0.84% 0.73% -
XYZ 33.3 42.89 7.69 -
YUV 161.54 53.21 131.18 -
System Red Green Blue C M Y K H S L
Decimal 166 185 29 0.10 0 0.84 0.27 67.31 0.73 0.42
Hex A6 B9 1D A 0 54 1B 43 49 2A
Octal 246 271 35 12 0 124 33 103 111 52
Binary 10100110 10111001 11101 1010 0 1010100 11011 1000011 1001001 101010

Color Harmonies of #A6B91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B91D

Black with #A6B91D

Text Example


Text Example

White with #A6B91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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