Html Css Color HEX #A6BC32 Bahia

📋 copy color: '#A6BC32'

red 166 ◦ green 188 ◦ blue 50

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

Shades of Bahia #A6BC32

Tints of Bahia #A6BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.53%

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

R = 41.09%
G = 46.53%
B = 12.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#A6BC32 (or 0xA6BC32) is known color: Bahia. HEX triplet: A6, BC and 32. RGB value is (166,188,50). Sum of RGB (Red+Green+Blue) = 166+188+50=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC32 is #5943CD. Grayscale: #A6A6A6. Windows color (decimal): -5850062 or 3325094. OLE color: 3325094.

HSL color Cylindrical-coordinate representation of color #A6BC32: hue angle of 69.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6BC32 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 50 -
CMYK 0.12 0 0.73 0.26
HSL 69.57º 0.58% 0.47% -
HSV(B) 69.57º 0.73% 0.74% -
XYZ 34.28 44.3 9.76 -
YUV 165.69 62.71 128.22 -
System Red Green Blue C M Y K H S L
Decimal 166 188 50 0.12 0 0.73 0.26 69.57 0.58 0.47
Hex A6 BC 32 C 0 49 1A 46 3A 2F
Octal 246 274 62 14 0 111 32 106 72 57
Binary 10100110 10111100 110010 1100 0 1001001 11010 1000110 111010 101111

Color Harmonies of #A6BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC32

Black with #A6BC32

Text Example


Text Example

White with #A6BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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