Html Css Color HEX #A4C618 Bahia

📋 copy color: '#A4C618'

red 164 ◦ green 198 ◦ blue 24

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

Shades of Bahia #A4C618

Tints of Bahia #A4C618

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.3%

 BLUE value IS 24 (9.77% from 255) = 6.22%

R = 42.49%
G = 51.3%
B = 6.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A4C618 (or 0xA4C618) is known color: Bahia. HEX triplet: A4, C6 and 18. RGB value is (164,198,24). Sum of RGB (Red+Green+Blue) = 164+198+24=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C618 is #5B39E7. Grayscale: #A8A8A8. Windows color (decimal): -5978600 or 1623716. OLE color: 1623716.

HSL color Cylindrical-coordinate representation of color #A4C618: hue angle of 71.72º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4C618 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 198 24 -
CMYK 0.17 0 0.88 0.22
HSL 71.72º 0.78% 0.44% -
HSV(B) 71.72º 0.88% 0.78% -
XYZ 35.67 48.35 8.32 -
YUV 168 46.74 125.15 -
System Red Green Blue C M Y K H S L
Decimal 164 198 24 0.17 0 0.88 0.22 71.72 0.78 0.44
Hex A4 C6 18 11 0 58 16 48 4E 2C
Octal 244 306 30 21 0 130 26 110 116 54
Binary 10100100 11000110 11000 10001 0 1011000 10110 1001000 1001110 101100

Color Harmonies of #A4C618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C618

Black with #A4C618

Text Example


Text Example

White with #A4C618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C618; }

 p { color: rgb(164,198,24); }

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

background-color css

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

 a { background-color: rgb(164,198,24); }

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

border-color css

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

 span { border-color: rgb(164,198,24); }

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