Html Css Color HEX #A9BC1A Bahia

📋 copy color: '#A9BC1A'

red 169 ◦ green 188 ◦ blue 26

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

Shades of Bahia #A9BC1A

Tints of Bahia #A9BC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.79%

R = 44.13%
G = 49.09%
B = 6.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#A9BC1A (or 0xA9BC1A) is known color: Bahia. HEX triplet: A9, BC and 1A. RGB value is (169,188,26). Sum of RGB (Red+Green+Blue) = 169+188+26=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BC1A is #5643E5. Grayscale: #A4A4A4. Windows color (decimal): -5653478 or 1752233. OLE color: 1752233.

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

Color convert

RGB 169 188 26 -
CMYK 0.10 0 0.86 0.26
HSL 67.04º 0.76% 0.42% -
HSV(B) 67.04º 0.86% 0.74% -
XYZ 34.53 44.48 7.74 -
YUV 163.85 50.21 131.67 -
System Red Green Blue C M Y K H S L
Decimal 169 188 26 0.10 0 0.86 0.26 67.04 0.76 0.42
Hex A9 BC 1A A 0 56 1A 43 4C 2A
Octal 251 274 32 12 0 126 32 103 114 52
Binary 10101001 10111100 11010 1010 0 1010110 11010 1000011 1001100 101010

Color Harmonies of #A9BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC1A

Black with #A9BC1A

Text Example


Text Example

White with #A9BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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