Html Css Color HEX #A9C32D Bahia

📋 copy color: '#A9C32D'

red 169 ◦ green 195 ◦ blue 45

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

Shades of Bahia #A9C32D

Tints of Bahia #A9C32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11%

R = 41.32%
G = 47.68%
B = 11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#A9C32D (or 0xA9C32D) is known color: Bahia. HEX triplet: A9, C3 and 2D. RGB value is (169,195,45). Sum of RGB (Red+Green+Blue) = 169+195+45=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C32D is #563CD2. Grayscale: #AAAAAA. Windows color (decimal): -5651667 or 2999209. OLE color: 2999209.

HSL color Cylindrical-coordinate representation of color #A9C32D: hue angle of 70.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9C32D is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 195 45 -
CMYK 0.13 0 0.77 0.24
HSL 70.4º 0.63% 0.47% -
HSV(B) 70.4º 0.77% 0.76% -
XYZ 36.35 47.65 9.77 -
YUV 170.13 57.39 127.2 -
System Red Green Blue C M Y K H S L
Decimal 169 195 45 0.13 0 0.77 0.24 70.4 0.63 0.47
Hex A9 C3 2D D 0 4D 18 46 3E 2F
Octal 251 303 55 15 0 115 30 106 76 57
Binary 10101001 11000011 101101 1101 0 1001101 11000 1000110 111110 101111

Color Harmonies of #A9C32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C32D

Black with #A9C32D

Text Example


Text Example

White with #A9C32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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