Html Css Color HEX #A9BC2C Bahia

📋 copy color: '#A9BC2C'

red 169 ◦ green 188 ◦ blue 44

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

Shades of Bahia #A9BC2C

Tints of Bahia #A9BC2C

RGB

 RED value IS 169 (66.41% from 255) = 42.14%

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

 BLUE value IS 44 (17.58% from 255) = 10.97%

R = 42.14%
G = 46.88%
B = 10.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#A9BC2C (or 0xA9BC2C) is known color: Bahia. HEX triplet: A9, BC and 2C. RGB value is (169,188,44). Sum of RGB (Red+Green+Blue) = 169+188+44=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BC2C is #5643D3. Grayscale: #A6A6A6. Windows color (decimal): -5653460 or 2931881. OLE color: 2931881.

HSL color Cylindrical-coordinate representation of color #A9BC2C: hue angle of 67.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9BC2C is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 44 -
CMYK 0.10 0 0.77 0.26
HSL 67.92º 0.62% 0.45% -
HSV(B) 67.92º 0.77% 0.74% -
XYZ 34.8 44.58 9.15 -
YUV 165.9 59.21 130.21 -
System Red Green Blue C M Y K H S L
Decimal 169 188 44 0.10 0 0.77 0.26 67.92 0.62 0.45
Hex A9 BC 2C A 0 4D 1A 44 3E 2D
Octal 251 274 54 12 0 115 32 104 76 55
Binary 10101001 10111100 101100 1010 0 1001101 11010 1000100 111110 101101

Color Harmonies of #A9BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC2C

Black with #A9BC2C

Text Example


Text Example

White with #A9BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC2C; }

 p { color: rgb(169,188,44); }

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

background-color css

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

 a { background-color: rgb(169,188,44); }

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

border-color css

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

 span { border-color: rgb(169,188,44); }

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