Html Css Color HEX #A4B718 Bahia

📋 copy color: '#A4B718'

red 164 ◦ green 183 ◦ blue 24

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

Shades of Bahia #A4B718

Tints of Bahia #A4B718

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.33%

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

R = 44.2%
G = 49.33%
B = 6.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#A4B718 (or 0xA4B718) is known color: Bahia. HEX triplet: A4, B7 and 18. RGB value is (164,183,24). Sum of RGB (Red+Green+Blue) = 164+183+24=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B718 is #5B48E7. Grayscale: #9F9F9F. Windows color (decimal): -5982440 or 1619876. OLE color: 1619876.

HSL color Cylindrical-coordinate representation of color #A4B718: hue angle of 67.17º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4B718 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 24 -
CMYK 0.10 0 0.87 0.28
HSL 67.17º 0.77% 0.41% -
HSV(B) 67.17º 0.87% 0.72% -
XYZ 32.41 41.83 7.23 -
YUV 159.19 51.71 131.43 -
System Red Green Blue C M Y K H S L
Decimal 164 183 24 0.10 0 0.87 0.28 67.17 0.77 0.41
Hex A4 B7 18 A 0 57 1C 43 4D 29
Octal 244 267 30 12 0 127 34 103 115 51
Binary 10100100 10110111 11000 1010 0 1010111 11100 1000011 1001101 101001

Color Harmonies of #A4B718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B718

Black with #A4B718

Text Example


Text Example

White with #A4B718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B718; }

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

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

background-color css

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

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

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

border-color css

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

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

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