Html Css Color HEX #A6B71D Bahia

📋 copy color: '#A6B71D'

red 166 ◦ green 183 ◦ blue 29

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

Shades of Bahia #A6B71D

Tints of Bahia #A6B71D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.41%

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

R = 43.92%
G = 48.41%
B = 7.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#A6B71D (or 0xA6B71D) is known color: Bahia. HEX triplet: A6, B7 and 1D. RGB value is (166,183,29). Sum of RGB (Red+Green+Blue) = 166+183+29=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B71D is #5948E2. Grayscale: #A0A0A0. Windows color (decimal): -5851363 or 1947558. OLE color: 1947558.

HSL color Cylindrical-coordinate representation of color #A6B71D: hue angle of 66.62º 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 #A6B71D is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 183 29 -
CMYK 0.09 0 0.84 0.28
HSL 66.62º 0.73% 0.42% -
HSV(B) 66.62º 0.84% 0.72% -
XYZ 32.88 42.06 7.55 -
YUV 160.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 166 183 29 0.09 0 0.84 0.28 66.62 0.73 0.42
Hex A6 B7 1D 9 0 54 1C 43 49 2A
Octal 246 267 35 11 0 124 34 103 111 52
Binary 10100110 10110111 11101 1001 0 1010100 11100 1000011 1001001 101010

Color Harmonies of #A6B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B71D

Black with #A6B71D

Text Example


Text Example

White with #A6B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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