Html Css Color HEX #A4B81C Bahia

📋 copy color: '#A4B81C'

red 164 ◦ green 184 ◦ blue 28

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

Shades of Bahia #A4B81C

Tints of Bahia #A4B81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.45%

R = 43.62%
G = 48.94%
B = 7.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#A4B81C (or 0xA4B81C) is known color: Bahia. HEX triplet: A4, B8 and 1C. RGB value is (164,184,28). Sum of RGB (Red+Green+Blue) = 164+184+28=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B81C is #5B47E3. Grayscale: #A0A0A0. Windows color (decimal): -5982180 or 1882276. OLE color: 1882276.

HSL color Cylindrical-coordinate representation of color #A4B81C: hue angle of 67.69º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4B81C is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 184 28 -
CMYK 0.11 0 0.85 0.28
HSL 67.69º 0.74% 0.42% -
HSV(B) 67.69º 0.85% 0.72% -
XYZ 32.66 42.26 7.53 -
YUV 160.24 53.37 130.68 -
System Red Green Blue C M Y K H S L
Decimal 164 184 28 0.11 0 0.85 0.28 67.69 0.74 0.42
Hex A4 B8 1C B 0 55 1C 44 4A 2A
Octal 244 270 34 13 0 125 34 104 112 52
Binary 10100100 10111000 11100 1011 0 1010101 11100 1000100 1001010 101010

Color Harmonies of #A4B81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B81C

Black with #A4B81C

Text Example


Text Example

White with #A4B81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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