Html Css Color HEX #A6B51E Bahia

📋 copy color: '#A6B51E'

red 166 ◦ green 181 ◦ blue 30

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

Shades of Bahia #A6B51E

Tints of Bahia #A6B51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.01%

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

R = 44.03%
G = 48.01%
B = 7.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#A6B51E (or 0xA6B51E) is known color: Bahia. HEX triplet: A6, B5 and 1E. RGB value is (166,181,30). Sum of RGB (Red+Green+Blue) = 166+181+30=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B51E is #594AE1. Grayscale: #9F9F9F. Windows color (decimal): -5851874 or 2012582. OLE color: 2012582.

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

Color convert

RGB 166 181 30 -
CMYK 0.08 0 0.83 0.29
HSL 65.96º 0.72% 0.41% -
HSV(B) 65.96º 0.83% 0.71% -
XYZ 32.48 41.25 7.48 -
YUV 159.3 55.03 132.78 -
System Red Green Blue C M Y K H S L
Decimal 166 181 30 0.08 0 0.83 0.29 65.96 0.72 0.41
Hex A6 B5 1E 8 0 53 1D 42 48 29
Octal 246 265 36 10 0 123 35 102 110 51
Binary 10100110 10110101 11110 1000 0 1010011 11101 1000010 1001000 101001

Color Harmonies of #A6B51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B51E

Black with #A6B51E

Text Example


Text Example

White with #A6B51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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