Html Css Color HEX #A6B734 Bahia

📋 copy color: '#A6B734'

red 166 ◦ green 183 ◦ blue 52

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

Shades of Bahia #A6B734

Tints of Bahia #A6B734

RGB

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

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

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

R = 41.4%
G = 45.64%
B = 12.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#A6B734 (or 0xA6B734) is known color: Bahia. HEX triplet: A6, B7 and 34. RGB value is (166,183,52). Sum of RGB (Red+Green+Blue) = 166+183+52=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B734 is #5948CB. Grayscale: #A3A3A3. Windows color (decimal): -5851340 or 3454886. OLE color: 3454886.

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

Color convert

RGB 166 183 52 -
CMYK 0.09 0 0.72 0.28
HSL 67.79º 0.56% 0.46% -
HSV(B) 67.79º 0.72% 0.72% -
XYZ 33.28 42.22 9.64 -
YUV 162.98 65.37 130.15 -
System Red Green Blue C M Y K H S L
Decimal 166 183 52 0.09 0 0.72 0.28 67.79 0.56 0.46
Hex A6 B7 34 9 0 48 1C 44 38 2E
Octal 246 267 64 11 0 110 34 104 70 56
Binary 10100110 10110111 110100 1001 0 1001000 11100 1000100 111000 101110

Color Harmonies of #A6B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B734

Black with #A6B734

Text Example


Text Example

White with #A6B734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B734; }

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

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

background-color css

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

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

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

border-color css

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

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

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