Html Css Color HEX #A4BE20 Bahia

📋 copy color: '#A4BE20'

red 164 ◦ green 190 ◦ blue 32

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

Shades of Bahia #A4BE20

Tints of Bahia #A4BE20

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.22%

 BLUE value IS 32 (12.89% from 255) = 8.29%

R = 42.49%
G = 49.22%
B = 8.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#A4BE20 (or 0xA4BE20) is known color: Bahia. HEX triplet: A4, BE and 20. RGB value is (164,190,32). Sum of RGB (Red+Green+Blue) = 164+190+32=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BE20 is #5B41DF. Grayscale: #A4A4A4. Windows color (decimal): -5980640 or 2145956. OLE color: 2145956.

HSL color Cylindrical-coordinate representation of color #A4BE20: hue angle of 69.87º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4BE20 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 190 32 -
CMYK 0.14 0 0.83 0.25
HSL 69.87º 0.71% 0.44% -
HSV(B) 69.87º 0.83% 0.75% -
XYZ 33.98 44.82 8.23 -
YUV 164.21 53.39 127.85 -
System Red Green Blue C M Y K H S L
Decimal 164 190 32 0.14 0 0.83 0.25 69.87 0.71 0.44
Hex A4 BE 20 E 0 53 19 46 47 2C
Octal 244 276 40 16 0 123 31 106 107 54
Binary 10100100 10111110 100000 1110 0 1010011 11001 1000110 1000111 101100

Color Harmonies of #A4BE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BE20

Black with #A4BE20

Text Example


Text Example

White with #A4BE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BE20; }

 p { color: rgb(164,190,32); }

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

background-color css

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

 a { background-color: rgb(164,190,32); }

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

border-color css

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

 span { border-color: rgb(164,190,32); }

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