Html Css Color HEX #A9B231 Bahia

📋 copy color: '#A9B231'

red 169 ◦ green 178 ◦ blue 49

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

Shades of Bahia #A9B231

Tints of Bahia #A9B231

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.95%

 BLUE value IS 49 (19.53% from 255) = 12.37%

R = 42.68%
G = 44.95%
B = 12.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#A9B231 (or 0xA9B231) is known color: Bahia. HEX triplet: A9, B2 and 31. RGB value is (169,178,49). Sum of RGB (Red+Green+Blue) = 169+178+49=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B231 is #564DCE. Grayscale: #A1A1A1. Windows color (decimal): -5656015 or 3257001. OLE color: 3257001.

HSL color Cylindrical-coordinate representation of color #A9B231: hue angle of 64.19º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9B231 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 178 49 -
CMYK 0.05 0 0.72 0.30
HSL 64.19º 0.57% 0.45% -
HSV(B) 64.19º 0.72% 0.7% -
XYZ 32.84 40.5 8.99 -
YUV 160.6 65.02 133.99 -
System Red Green Blue C M Y K H S L
Decimal 169 178 49 0.05 0 0.72 0.30 64.19 0.57 0.45
Hex A9 B2 31 5 0 48 1E 40 39 2D
Octal 251 262 61 5 0 110 36 100 71 55
Binary 10101001 10110010 110001 101 0 1001000 11110 1000000 111001 101101

Color Harmonies of #A9B231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B231

Black with #A9B231

Text Example


Text Example

White with #A9B231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B231; }

 p { color: rgb(169,178,49); }

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

background-color css

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

 a { background-color: rgb(169,178,49); }

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

border-color css

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

 span { border-color: rgb(169,178,49); }

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