Html Css Color HEX #A4B824 Bahia

📋 copy color: '#A4B824'

red 164 ◦ green 184 ◦ blue 36

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

Shades of Bahia #A4B824

Tints of Bahia #A4B824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.92%

 BLUE value IS 36 (14.45% from 255) = 9.38%

R = 42.71%
G = 47.92%
B = 9.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#A4B824 (or 0xA4B824) is known color: Bahia. HEX triplet: A4, B8 and 24. RGB value is (164,184,36). Sum of RGB (Red+Green+Blue) = 164+184+36=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B824 is #5B47DB. Grayscale: #A1A1A1. Windows color (decimal): -5982172 or 2406564. OLE color: 2406564.

HSL color Cylindrical-coordinate representation of color #A4B824: hue angle of 68.11º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4B824 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 184 36 -
CMYK 0.11 0 0.80 0.28
HSL 68.11º 0.67% 0.43% -
HSV(B) 68.11º 0.8% 0.72% -
XYZ 32.77 42.3 8.11 -
YUV 161.15 57.37 130.03 -
System Red Green Blue C M Y K H S L
Decimal 164 184 36 0.11 0 0.80 0.28 68.11 0.67 0.43
Hex A4 B8 24 B 0 50 1C 44 43 2B
Octal 244 270 44 13 0 120 34 104 103 53
Binary 10100100 10111000 100100 1011 0 1010000 11100 1000100 1000011 101011

Color Harmonies of #A4B824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B824

Black with #A4B824

Text Example


Text Example

White with #A4B824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B824; }

 p { color: rgb(164,184,36); }

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

background-color css

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

 a { background-color: rgb(164,184,36); }

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

border-color css

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

 span { border-color: rgb(164,184,36); }

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