Html Css Color HEX #A9C031 Bahia

📋 copy color: '#A9C031'

red 169 ◦ green 192 ◦ blue 49

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

Shades of Bahia #A9C031

Tints of Bahia #A9C031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.83%

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

R = 41.22%
G = 46.83%
B = 11.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#A9C031 (or 0xA9C031) is known color: Bahia. HEX triplet: A9, C0 and 31. RGB value is (169,192,49). Sum of RGB (Red+Green+Blue) = 169+192+49=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C031 is #563FCE. Grayscale: #A9A9A9. Windows color (decimal): -5652431 or 3260585. OLE color: 3260585.

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

Color convert

RGB 169 192 49 -
CMYK 0.12 0 0.74 0.25
HSL 69.65º 0.59% 0.47% -
HSV(B) 69.65º 0.74% 0.75% -
XYZ 35.77 46.36 9.97 -
YUV 168.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 169 192 49 0.12 0 0.74 0.25 69.65 0.59 0.47
Hex A9 C0 31 C 0 4A 19 46 3B 2F
Octal 251 300 61 14 0 112 31 106 73 57
Binary 10101001 11000000 110001 1100 0 1001010 11001 1000110 111011 101111

Color Harmonies of #A9C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C031

Black with #A9C031

Text Example


Text Example

White with #A9C031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C031; }

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

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

background-color css

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

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

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

border-color css

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

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

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