Html Css Color HEX #A6B527 Bahia

📋 copy color: '#A6B527'

red 166 ◦ green 181 ◦ blue 39

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

Shades of Bahia #A6B527

Tints of Bahia #A6B527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.1%

R = 43.01%
G = 46.89%
B = 10.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#A6B527 (or 0xA6B527) is known color: Bahia. HEX triplet: A6, B5 and 27. RGB value is (166,181,39). Sum of RGB (Red+Green+Blue) = 166+181+39=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B527 is #594AD8. Grayscale: #A0A0A0. Windows color (decimal): -5851865 or 2602406. OLE color: 2602406.

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

Color convert

RGB 166 181 39 -
CMYK 0.08 0 0.78 0.29
HSL 66.34º 0.65% 0.43% -
HSV(B) 66.34º 0.78% 0.71% -
XYZ 32.62 41.3 8.17 -
YUV 160.33 59.53 132.05 -
System Red Green Blue C M Y K H S L
Decimal 166 181 39 0.08 0 0.78 0.29 66.34 0.65 0.43
Hex A6 B5 27 8 0 4E 1D 42 41 2B
Octal 246 265 47 10 0 116 35 102 101 53
Binary 10100110 10110101 100111 1000 0 1001110 11101 1000010 1000001 101011

Color Harmonies of #A6B527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B527

Black with #A6B527

Text Example


Text Example

White with #A6B527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B527; }

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

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

background-color css

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

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

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

border-color css

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

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

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