#a9bf21

Color #A9BF21 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A9BF21

Tints of Bahia #A9BF21

Color information

#A9BF21 (or 0xA9BF21) is unknown color: approx Bahia. HEX triplet: A9, BF and 21. RGB value is (169,191,33). Sum of RGB (Red+Green+Blue) = 169+191+33=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BF21 is #5640DE. Grayscale: #A7A7A7. Windows color (decimal): -5652703 or 2211753. OLE color: 2211753.

HSL color Cylindrical-coordinate representation of color #A9BF21: hue angle of 68.35º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9BF21 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB16919133-
CMYK0.1200.830.25
HSL68.35º70.54%43.92%-
HSV(B)68.35º82.72%74.9%-
XYZ35.2745.818.42-
YUV166.4152.71129.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 191 (75% from 255) = 48.60%
BLUE value IS 33 (13.28% from 255) = 8.40%
R=43.00%
G=48.60%
B=8.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169191330.1200.830.2568.3570.5443.92
HexA9BF21C0531944472c
Octal251277411401233110410754
Binary10101001101111111000011100010100111100110001001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9bf21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9bf21; }

 p { color: rgb(169,191,33); }

 H1.HeaderClassName
 {
   color: #a9bf21;
 }
 .AnyTagClassName
 {
   color: #a9bf21;
 }
</style>
background-color css

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

 a { background-color: rgb(169,191,33); }

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

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

 span { border-color: rgb(169,191,33); }

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