Html Css Color HEX #A6B81D Bahia

📋 copy color: '#A6B81D'

red 166 ◦ green 184 ◦ blue 29

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

Shades of Bahia #A6B81D

Tints of Bahia #A6B81D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.55%

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

R = 43.8%
G = 48.55%
B = 7.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#A6B81D (or 0xA6B81D) is known color: Bahia. HEX triplet: A6, B8 and 1D. RGB value is (166,184,29). Sum of RGB (Red+Green+Blue) = 166+184+29=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B81D is #5947E2. Grayscale: #A1A1A1. Windows color (decimal): -5851107 or 1947814. OLE color: 1947814.

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

Color convert

RGB 166 184 29 -
CMYK 0.10 0 0.84 0.28
HSL 66.97º 0.73% 0.42% -
HSV(B) 66.97º 0.84% 0.72% -
XYZ 33.09 42.48 7.62 -
YUV 160.95 53.54 131.6 -
System Red Green Blue C M Y K H S L
Decimal 166 184 29 0.10 0 0.84 0.28 66.97 0.73 0.42
Hex A6 B8 1D A 0 54 1C 43 49 2A
Octal 246 270 35 12 0 124 34 103 111 52
Binary 10100110 10111000 11101 1010 0 1010100 11100 1000011 1001001 101010

Color Harmonies of #A6B81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B81D

Black with #A6B81D

Text Example


Text Example

White with #A6B81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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