Html Css Color HEX #A6B732 Bahia

📋 copy color: '#A6B732'

red 166 ◦ green 183 ◦ blue 50

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

Shades of Bahia #A6B732

Tints of Bahia #A6B732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 41.6%
G = 45.86%
B = 12.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#A6B732 (or 0xA6B732) is known color: Bahia. HEX triplet: A6, B7 and 32. RGB value is (166,183,50). Sum of RGB (Red+Green+Blue) = 166+183+50=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B732 is #5948CD. Grayscale: #A3A3A3. Windows color (decimal): -5851342 or 3323814. OLE color: 3323814.

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

Color convert

RGB 166 183 50 -
CMYK 0.09 0 0.73 0.28
HSL 67.67º 0.57% 0.46% -
HSV(B) 67.67º 0.73% 0.72% -
XYZ 33.24 42.2 9.41 -
YUV 162.76 64.37 130.31 -
System Red Green Blue C M Y K H S L
Decimal 166 183 50 0.09 0 0.73 0.28 67.67 0.57 0.46
Hex A6 B7 32 9 0 49 1C 44 39 2E
Octal 246 267 62 11 0 111 34 104 71 56
Binary 10100110 10110111 110010 1001 0 1001001 11100 1000100 111001 101110

Color Harmonies of #A6B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B732

Black with #A6B732

Text Example


Text Example

White with #A6B732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B732; }

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

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

background-color css

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

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

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

border-color css

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

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

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