Html Css Color HEX #A4C515 Bahia

📋 copy color: '#A4C515'

red 164 ◦ green 197 ◦ blue 21

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

Shades of Bahia #A4C515

Tints of Bahia #A4C515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.5%

R = 42.93%
G = 51.57%
B = 5.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#A4C515 (or 0xA4C515) is known color: Bahia. HEX triplet: A4, C5 and 15. RGB value is (164,197,21). Sum of RGB (Red+Green+Blue) = 164+197+21=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C515 is #5B3AEA. Grayscale: #A7A7A7. Windows color (decimal): -5978859 or 1426852. OLE color: 1426852.

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

Color convert

RGB 164 197 21 -
CMYK 0.17 0 0.89 0.23
HSL 71.25º 0.81% 0.43% -
HSV(B) 71.25º 0.89% 0.77% -
XYZ 35.41 47.88 8.08 -
YUV 167.07 45.57 125.81 -
System Red Green Blue C M Y K H S L
Decimal 164 197 21 0.17 0 0.89 0.23 71.25 0.81 0.43
Hex A4 C5 15 11 0 59 17 47 51 2B
Octal 244 305 25 21 0 131 27 107 121 53
Binary 10100100 11000101 10101 10001 0 1011001 10111 1000111 1010001 101011

Color Harmonies of #A4C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C515

Black with #A4C515

Text Example


Text Example

White with #A4C515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C515; }

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

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

background-color css

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

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

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

border-color css

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

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

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