Html Css Color HEX #A6B934 Bahia

📋 copy color: '#A6B934'

red 166 ◦ green 185 ◦ blue 52

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

Shades of Bahia #A6B934

Tints of Bahia #A6B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.91%

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 41.19%
G = 45.91%
B = 12.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#A6B934 (or 0xA6B934) is known color: Bahia. HEX triplet: A6, B9 and 34. RGB value is (166,185,52). Sum of RGB (Red+Green+Blue) = 166+185+52=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B934 is #5946CB. Grayscale: #A4A4A4. Windows color (decimal): -5850828 or 3455398. OLE color: 3455398.

HSL color Cylindrical-coordinate representation of color #A6B934: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6B934 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 52 -
CMYK 0.10 0 0.72 0.27
HSL 68.57º 0.56% 0.46% -
HSV(B) 68.57º 0.72% 0.73% -
XYZ 33.69 43.05 9.78 -
YUV 164.16 64.71 129.31 -
System Red Green Blue C M Y K H S L
Decimal 166 185 52 0.10 0 0.72 0.27 68.57 0.56 0.46
Hex A6 B9 34 A 0 48 1B 45 38 2E
Octal 246 271 64 12 0 110 33 105 70 56
Binary 10100110 10111001 110100 1010 0 1001000 11011 1000101 111000 101110

Color Harmonies of #A6B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B934

Black with #A6B934

Text Example


Text Example

White with #A6B934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B934; }

 p { color: rgb(166,185,52); }

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

background-color css

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

 a { background-color: rgb(166,185,52); }

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

border-color css

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

 span { border-color: rgb(166,185,52); }

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