Html Css Color HEX #A4B518 Bahia

📋 copy color: '#A4B518'

red 164 ◦ green 181 ◦ blue 24

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

Shades of Bahia #A4B518

Tints of Bahia #A4B518

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.05%

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

R = 44.44%
G = 49.05%
B = 6.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#A4B518 (or 0xA4B518) is known color: Bahia. HEX triplet: A4, B5 and 18. RGB value is (164,181,24). Sum of RGB (Red+Green+Blue) = 164+181+24=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B518 is #5B4AE7. Grayscale: #9E9E9E. Windows color (decimal): -5982952 or 1619364. OLE color: 1619364.

HSL color Cylindrical-coordinate representation of color #A4B518: hue angle of 66.5º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4B518 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 181 24 -
CMYK 0.09 0 0.87 0.29
HSL 66.5º 0.77% 0.4% -
HSV(B) 66.5º 0.87% 0.71% -
XYZ 32 41.01 7.09 -
YUV 158.02 52.37 132.27 -
System Red Green Blue C M Y K H S L
Decimal 164 181 24 0.09 0 0.87 0.29 66.5 0.77 0.4
Hex A4 B5 18 9 0 57 1D 42 4D 28
Octal 244 265 30 11 0 127 35 102 115 50
Binary 10100100 10110101 11000 1001 0 1010111 11101 1000010 1001101 101000

Color Harmonies of #A4B518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B518

Black with #A4B518

Text Example


Text Example

White with #A4B518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B518; }

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

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

background-color css

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

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

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

border-color css

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

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

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