Html Css Color HEX #A9C011 Bahia

📋 copy color: '#A9C011'

red 169 ◦ green 192 ◦ blue 17

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

Shades of Bahia #A9C011

Tints of Bahia #A9C011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.5%

R = 44.71%
G = 50.79%
B = 4.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A9C011 (or 0xA9C011) is known color: Bahia. HEX triplet: A9, C0 and 11. RGB value is (169,192,17). Sum of RGB (Red+Green+Blue) = 169+192+17=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C011 is #563FEE. Grayscale: #A5A5A5. Windows color (decimal): -5652463 or 1163433. OLE color: 1163433.

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

Color convert

RGB 169 192 17 -
CMYK 0.12 0 0.91 0.25
HSL 67.89º 0.84% 0.41% -
HSV(B) 67.89º 0.91% 0.75% -
XYZ 35.31 46.17 7.58 -
YUV 165.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 169 192 17 0.12 0 0.91 0.25 67.89 0.84 0.41
Hex A9 C0 11 C 0 5B 19 44 54 29
Octal 251 300 21 14 0 133 31 104 124 51
Binary 10101001 11000000 10001 1100 0 1011011 11001 1000100 1010100 101001

Color Harmonies of #A9C011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C011

Black with #A9C011

Text Example


Text Example

White with #A9C011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C011; }

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

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

background-color css

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

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

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

border-color css

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

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

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