Html Css Color HEX #A4C526 Bahia

📋 copy color: '#A4C526'

red 164 ◦ green 197 ◦ blue 38

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

Shades of Bahia #A4C526

Tints of Bahia #A4C526

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.37%

 BLUE value IS 38 (15.23% from 255) = 9.52%

R = 41.1%
G = 49.37%
B = 9.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#A4C526 (or 0xA4C526) is known color: Bahia. HEX triplet: A4, C5 and 26. RGB value is (164,197,38). Sum of RGB (Red+Green+Blue) = 164+197+38=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C526 is #5B3AD9. Grayscale: #A9A9A9. Windows color (decimal): -5978842 or 2540964. OLE color: 2540964.

HSL color Cylindrical-coordinate representation of color #A4C526: hue angle of 72.45º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A4C526 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 197 38 -
CMYK 0.17 0 0.81 0.23
HSL 72.45º 0.68% 0.46% -
HSV(B) 72.45º 0.81% 0.77% -
XYZ 35.63 47.96 9.21 -
YUV 169.01 54.07 124.43 -
System Red Green Blue C M Y K H S L
Decimal 164 197 38 0.17 0 0.81 0.23 72.45 0.68 0.46
Hex A4 C5 26 11 0 51 17 48 44 2E
Octal 244 305 46 21 0 121 27 110 104 56
Binary 10100100 11000101 100110 10001 0 1010001 10111 1001000 1000100 101110

Color Harmonies of #A4C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C526

Black with #A4C526

Text Example


Text Example

White with #A4C526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C526; }

 p { color: rgb(164,197,38); }

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

background-color css

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

 a { background-color: rgb(164,197,38); }

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

border-color css

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

 span { border-color: rgb(164,197,38); }

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