Html Css Color HEX #A9C327 Bahia

📋 copy color: '#A9C327'

red 169 ◦ green 195 ◦ blue 39

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

Shades of Bahia #A9C327

Tints of Bahia #A9C327

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.39%

 BLUE value IS 39 (15.63% from 255) = 9.68%

R = 41.94%
G = 48.39%
B = 9.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#A9C327 (or 0xA9C327) is known color: Bahia. HEX triplet: A9, C3 and 27. RGB value is (169,195,39). Sum of RGB (Red+Green+Blue) = 169+195+39=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C327 is #563CD8. Grayscale: #AAAAAA. Windows color (decimal): -5651673 or 2605993. OLE color: 2605993.

HSL color Cylindrical-coordinate representation of color #A9C327: hue angle of 70º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9C327 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 195 39 -
CMYK 0.13 0 0.80 0.24
HSL 70º 0.67% 0.46% -
HSV(B) 70º 0.8% 0.76% -
XYZ 36.24 47.61 9.2 -
YUV 169.44 54.39 127.68 -
System Red Green Blue C M Y K H S L
Decimal 169 195 39 0.13 0 0.80 0.24 70 0.67 0.46
Hex A9 C3 27 D 0 50 18 46 43 2E
Octal 251 303 47 15 0 120 30 106 103 56
Binary 10101001 11000011 100111 1101 0 1010000 11000 1000110 1000011 101110

Color Harmonies of #A9C327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C327

Black with #A9C327

Text Example


Text Example

White with #A9C327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C327; }

 p { color: rgb(169,195,39); }

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

background-color css

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

 a { background-color: rgb(169,195,39); }

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

border-color css

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

 span { border-color: rgb(169,195,39); }

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