Html Css Color HEX #A9BC2B Bahia

📋 copy color: '#A9BC2B'

red 169 ◦ green 188 ◦ blue 43

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

Shades of Bahia #A9BC2B

Tints of Bahia #A9BC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.75%

R = 42.25%
G = 47%
B = 10.75%

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

#A9BC2B (or 0xA9BC2B) is known color: Bahia. HEX triplet: A9, BC and 2B. RGB value is (169,188,43). Sum of RGB (Red+Green+Blue) = 169+188+43=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BC2B is #5643D4. Grayscale: #A6A6A6. Windows color (decimal): -5653461 or 2866345. OLE color: 2866345.

HSL color Cylindrical-coordinate representation of color #A9BC2B: hue angle of 67.86º degrees, saturation: 0.63, 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 #A9BC2B is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 43 -
CMYK 0.10 0 0.77 0.26
HSL 67.86º 0.63% 0.45% -
HSV(B) 67.86º 0.77% 0.74% -
XYZ 34.78 44.58 9.06 -
YUV 165.79 58.71 130.29 -
System Red Green Blue C M Y K H S L
Decimal 169 188 43 0.10 0 0.77 0.26 67.86 0.63 0.45
Hex A9 BC 2B A 0 4D 1A 44 3F 2D
Octal 251 274 53 12 0 115 32 104 77 55
Binary 10101001 10111100 101011 1010 0 1001101 11010 1000100 111111 101101

Color Harmonies of #A9BC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC2B

Black with #A9BC2B

Text Example


Text Example

White with #A9BC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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