Html Css Color HEX #A6B71E Bahia

📋 copy color: '#A6B71E'

red 166 ◦ green 183 ◦ blue 30

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

Shades of Bahia #A6B71E

Tints of Bahia #A6B71E

RGB

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

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

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

R = 43.8%
G = 48.28%
B = 7.92%

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

#A6B71E (or 0xA6B71E) is known color: Bahia. HEX triplet: A6, B7 and 1E. RGB value is (166,183,30). Sum of RGB (Red+Green+Blue) = 166+183+30=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B71E is #5948E1. Grayscale: #A1A1A1. Windows color (decimal): -5851362 or 2013094. OLE color: 2013094.

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

Color convert

RGB 166 183 30 -
CMYK 0.09 0 0.84 0.28
HSL 66.67º 0.72% 0.42% -
HSV(B) 66.67º 0.84% 0.72% -
XYZ 32.89 42.07 7.61 -
YUV 160.48 54.37 131.94 -
System Red Green Blue C M Y K H S L
Decimal 166 183 30 0.09 0 0.84 0.28 66.67 0.72 0.42
Hex A6 B7 1E 9 0 54 1C 43 48 2A
Octal 246 267 36 11 0 124 34 103 110 52
Binary 10100110 10110111 11110 1001 0 1010100 11100 1000011 1001000 101010

Color Harmonies of #A6B71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B71E

Black with #A6B71E

Text Example


Text Example

White with #A6B71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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