#A4BE20

Color #A4BE20 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A4BE20

Tints of Bahia #A4BE20

Color information

#A4BE20 (or 0xA4BE20) is unknown color: approx 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

RGB16419032-
CMYK0.1400.830.25
HSL69.87º71.17%43.53%-
HSV(B)69.87º83.16%74.51%-
XYZ33.9844.828.23-
YUV164.2153.39127.85-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164190320.1400.830.2569.8771.1743.53
HexA4BE20E0531946472c
Octal244276401601233110610754
Binary10100100101111101000001110010100111100110001101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>