Html Css Color HEX #A6B61F Bahia

📋 copy color: '#A6B61F'

red 166 ◦ green 182 ◦ blue 31

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

Shades of Bahia #A6B61F

Tints of Bahia #A6B61F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.02%

 BLUE value IS 31 (12.5% from 255) = 8.18%

R = 43.8%
G = 48.02%
B = 8.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#A6B61F (or 0xA6B61F) is known color: Bahia. HEX triplet: A6, B6 and 1F. RGB value is (166,182,31). Sum of RGB (Red+Green+Blue) = 166+182+31=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B61F is #5949E0. Grayscale: #A0A0A0. Windows color (decimal): -5851617 or 2078374. OLE color: 2078374.

HSL color Cylindrical-coordinate representation of color #A6B61F: hue angle of 66.36º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6B61F is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 182 31 -
CMYK 0.09 0 0.83 0.29
HSL 66.36º 0.71% 0.42% -
HSV(B) 66.36º 0.83% 0.71% -
XYZ 32.7 41.66 7.61 -
YUV 160 55.2 132.28 -
System Red Green Blue C M Y K H S L
Decimal 166 182 31 0.09 0 0.83 0.29 66.36 0.71 0.42
Hex A6 B6 1F 9 0 53 1D 42 47 2A
Octal 246 266 37 11 0 123 35 102 107 52
Binary 10100110 10110110 11111 1001 0 1010011 11101 1000010 1000111 101010

Color Harmonies of #A6B61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B61F

Black with #A6B61F

Text Example


Text Example

White with #A6B61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B61F; }

 p { color: rgb(166,182,31); }

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

background-color css

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

 a { background-color: rgb(166,182,31); }

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

border-color css

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

 span { border-color: rgb(166,182,31); }

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