Html Css Color HEX #A9BD21 Bahia

📋 copy color: '#A9BD21'

red 169 ◦ green 189 ◦ blue 33

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

Shades of Bahia #A9BD21

Tints of Bahia #A9BD21

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.34%

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 43.22%
G = 48.34%
B = 8.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#A9BD21 (or 0xA9BD21) is known color: Bahia. HEX triplet: A9, BD and 21. RGB value is (169,189,33). Sum of RGB (Red+Green+Blue) = 169+189+33=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD21 is #5642DE. Grayscale: #A5A5A5. Windows color (decimal): -5653215 or 2211241. OLE color: 2211241.

HSL color Cylindrical-coordinate representation of color #A9BD21: hue angle of 67.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9BD21 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 189 33 -
CMYK 0.11 0 0.83 0.26
HSL 67.69º 0.7% 0.44% -
HSV(B) 67.69º 0.83% 0.74% -
XYZ 34.83 44.94 8.28 -
YUV 165.24 53.37 130.68 -
System Red Green Blue C M Y K H S L
Decimal 169 189 33 0.11 0 0.83 0.26 67.69 0.7 0.44
Hex A9 BD 21 B 0 53 1A 44 46 2C
Octal 251 275 41 13 0 123 32 104 106 54
Binary 10101001 10111101 100001 1011 0 1010011 11010 1000100 1000110 101100

Color Harmonies of #A9BD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BD21

Black with #A9BD21

Text Example


Text Example

White with #A9BD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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