Html Css Color HEX #A4B616 Bahia

📋 copy color: '#A4B616'

red 164 ◦ green 182 ◦ blue 22

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

Shades of Bahia #A4B616

Tints of Bahia #A4B616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.46%

 BLUE value IS 22 (8.98% from 255) = 5.98%

R = 44.57%
G = 49.46%
B = 5.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#A4B616 (or 0xA4B616) is known color: Bahia. HEX triplet: A4, B6 and 16. RGB value is (164,182,22). Sum of RGB (Red+Green+Blue) = 164+182+22=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B616 is #5B49E9. Grayscale: #9E9E9E. Windows color (decimal): -5982698 or 1488548. OLE color: 1488548.

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

Color convert

RGB 164 182 22 -
CMYK 0.10 0 0.88 0.29
HSL 66.75º 0.78% 0.4% -
HSV(B) 66.75º 0.88% 0.71% -
XYZ 32.18 41.41 7.06 -
YUV 158.38 51.04 132.01 -
System Red Green Blue C M Y K H S L
Decimal 164 182 22 0.10 0 0.88 0.29 66.75 0.78 0.4
Hex A4 B6 16 A 0 58 1D 43 4E 28
Octal 244 266 26 12 0 130 35 103 116 50
Binary 10100100 10110110 10110 1010 0 1011000 11101 1000011 1001110 101000

Color Harmonies of #A4B616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B616

Black with #A4B616

Text Example


Text Example

White with #A4B616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B616; }

 p { color: rgb(164,182,22); }

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

background-color css

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

 a { background-color: rgb(164,182,22); }

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

border-color css

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

 span { border-color: rgb(164,182,22); }

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