Html Css Color HEX #A6BC2D Bahia

📋 copy color: '#A6BC2D'

red 166 ◦ green 188 ◦ blue 45

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

Shades of Bahia #A6BC2D

Tints of Bahia #A6BC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.28%

R = 41.6%
G = 47.12%
B = 11.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#A6BC2D (or 0xA6BC2D) is known color: Bahia. HEX triplet: A6, BC and 2D. RGB value is (166,188,45). Sum of RGB (Red+Green+Blue) = 166+188+45=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC2D is #5943D2. Grayscale: #A5A5A5. Windows color (decimal): -5850067 or 2997414. OLE color: 2997414.

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

Color convert

RGB 166 188 45 -
CMYK 0.12 0 0.76 0.26
HSL 69.23º 0.61% 0.46% -
HSV(B) 69.23º 0.76% 0.74% -
XYZ 34.18 44.26 9.22 -
YUV 165.12 60.21 128.63 -
System Red Green Blue C M Y K H S L
Decimal 166 188 45 0.12 0 0.76 0.26 69.23 0.61 0.46
Hex A6 BC 2D C 0 4C 1A 45 3D 2E
Octal 246 274 55 14 0 114 32 105 75 56
Binary 10100110 10111100 101101 1100 0 1001100 11010 1000101 111101 101110

Color Harmonies of #A6BC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC2D

Black with #A6BC2D

Text Example


Text Example

White with #A6BC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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