Html Css Color HEX #A5C32C Bahia

📋 copy color: '#A5C32C'

red 165 ◦ green 195 ◦ blue 44

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

Shades of Bahia #A5C32C

Tints of Bahia #A5C32C

RGB

 RED value IS 165 (64.84% from 255) = 40.84%

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

 BLUE value IS 44 (17.58% from 255) = 10.89%

R = 40.84%
G = 48.27%
B = 10.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#A5C32C (or 0xA5C32C) is known color: Bahia. HEX triplet: A5, C3 and 2C. RGB value is (165,195,44). Sum of RGB (Red+Green+Blue) = 165+195+44=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C32C is #5A3CD3. Grayscale: #A9A9A9. Windows color (decimal): -5913812 or 2933669. OLE color: 2933669.

HSL color Cylindrical-coordinate representation of color #A5C32C: hue angle of 71.92º degrees, saturation: 0.63, 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 #A5C32C is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 195 44 -
CMYK 0.15 0 0.77 0.24
HSL 71.92º 0.63% 0.47% -
HSV(B) 71.92º 0.77% 0.76% -
XYZ 35.49 47.21 9.63 -
YUV 168.82 57.56 125.28 -
System Red Green Blue C M Y K H S L
Decimal 165 195 44 0.15 0 0.77 0.24 71.92 0.63 0.47
Hex A5 C3 2C F 0 4D 18 48 3F 2F
Octal 245 303 54 17 0 115 30 110 77 57
Binary 10100101 11000011 101100 1111 0 1001101 11000 1001000 111111 101111

Color Harmonies of #A5C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C32C

Black with #A5C32C

Text Example


Text Example

White with #A5C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C32C; }

 p { color: rgb(165,195,44); }

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

background-color css

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

 a { background-color: rgb(165,195,44); }

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

border-color css

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

 span { border-color: rgb(165,195,44); }

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