Html Css Color HEX #A4C32C Bahia

📋 copy color: '#A4C32C'

red 164 ◦ green 195 ◦ blue 44

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

Shades of Bahia #A4C32C

Tints of Bahia #A4C32C

RGB

 RED value IS 164 (64.45% from 255) = 40.69%

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

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

R = 40.69%
G = 48.39%
B = 10.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#A4C32C (or 0xA4C32C) is known color: Bahia. HEX triplet: A4, C3 and 2C. RGB value is (164,195,44). Sum of RGB (Red+Green+Blue) = 164+195+44=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C32C is #5B3CD3. Grayscale: #A9A9A9. Windows color (decimal): -5979348 or 2933668. OLE color: 2933668.

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

Color convert

RGB 164 195 44 -
CMYK 0.16 0 0.77 0.24
HSL 72.32º 0.63% 0.47% -
HSV(B) 72.32º 0.77% 0.76% -
XYZ 35.28 47.1 9.62 -
YUV 168.52 57.73 124.78 -
System Red Green Blue C M Y K H S L
Decimal 164 195 44 0.16 0 0.77 0.24 72.32 0.63 0.47
Hex A4 C3 2C 10 0 4D 18 48 3F 2F
Octal 244 303 54 20 0 115 30 110 77 57
Binary 10100100 11000011 101100 10000 0 1001101 11000 1001000 111111 101111

Color Harmonies of #A4C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C32C

Black with #A4C32C

Text Example


Text Example

White with #A4C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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